Html Css Color HEX #CA6ED2 Orchid

📋 copy color: '#CA6ED2'

red 202 ◦ green 110 ◦ blue 210

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

Shades of Orchid #CA6ED2

Tints of Orchid #CA6ED2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 38.7%
G = 21.07%
B = 40.23%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA6ED2 (or 0xCA6ED2) is known color: Orchid. HEX triplet: CA, 6E and D2. RGB value is (202,110,210). Sum of RGB (Red+Green+Blue) = 202+110+210=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA6ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ED2 is #35912D. Grayscale: #949494. Windows color (decimal): -3510574 or 13790922. OLE color: 13790922.

HSL color Cylindrical-coordinate representation of color #CA6ED2: hue angle of 295.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6ED2 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 110 210 -
CMYK 0.04 0.48 0 0.18
HSL 295.2º 0.53% 0.63% -
HSV(B) 295.2º 0.48% 0.82% -
XYZ 41.57 28.36 64.26 -
YUV 148.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 202 110 210 0.04 0.48 0 0.18 295.2 0.53 0.63
Hex CA 6E D2 4 30 0 12 127 35 3F
Octal 312 156 322 4 60 0 22 447 65 77
Binary 11001010 1101110 11010010 100 110000 0 10010 100100111 110101 111111

Color Harmonies of #CA6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ED2

Black with #CA6ED2

Text Example


Text Example

White with #CA6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ED2; }

 p { color: rgb(202,110,210); }

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

background-color css

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

 a { background-color: rgb(202,110,210); }

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

border-color css

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

 span { border-color: rgb(202,110,210); }

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