Html Css Color HEX #CA4FD3 Medium Orchid

📋 copy color: '#CA4FD3'

red 202 ◦ green 79 ◦ blue 211

#CA4FD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA4FD3

Tints of Medium Orchid #CA4FD3

RGB

 RED value IS 202 (79.3% from 255) = 41.06%

 GREEN value IS 79 (31.25% from 255) = 16.06%

 BLUE value IS 211 (82.81% from 255) = 42.89%

R = 41.06%
G = 16.06%
B = 42.89%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA4FD3 (or 0xCA4FD3) is known color: Medium Orchid. HEX triplet: CA, 4F and D3. RGB value is (202,79,211). Sum of RGB (Red+Green+Blue) = 202+79+211=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA4FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FD3 is #35B02C. Grayscale: #828282. Windows color (decimal): -3518509 or 13848522. OLE color: 13848522.

HSL color Cylindrical-coordinate representation of color #CA4FD3: hue angle of 295.91º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4FD3 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 79 211 -
CMYK 0.04 0.63 0 0.17
HSL 295.91º 0.6% 0.57% -
HSV(B) 295.91º 0.63% 0.83% -
XYZ 38.91 22.85 63.99 -
YUV 130.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 202 79 211 0.04 0.63 0 0.17 295.91 0.6 0.57
Hex CA 4F D3 4 3F 0 11 128 3C 39
Octal 312 117 323 4 77 0 21 450 74 71
Binary 11001010 1001111 11010011 100 111111 0 10001 100101000 111100 111001

Color Harmonies of #CA4FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FD3

Black with #CA4FD3

Text Example


Text Example

White with #CA4FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FD3; }

 p { color: rgb(202,79,211); }

 H1.HeaderClassName
 {
   color: #CA4FD3;
 }
 .AnyTagClassName
 {
   color: #CA4FD3;
 }
</style>

background-color css

<style>
 a { background-color: #CA4FD3; }

 a { background-color: rgb(202,79,211); }

 div.DivClassName
 {
   background-color: #CA4FD3;
 }
 .BgClassName
 {
   background-color: #CA4FD3;
 }
</style>

border-color css

<style>
 span { border-color: #CA4FD3; }

 span { border-color: rgb(202,79,211); }

 td.TdClassName
 {
   border-color: #CA4FD3;
 }
 .TagClassName
 {
   border-color: #CA4FD3;
 }
</style>