Html Css Color HEX #CA6DD2 Orchid

📋 copy color: '#CA6DD2'

red 202 ◦ green 109 ◦ blue 210

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

Shades of Orchid #CA6DD2

Tints of Orchid #CA6DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.92%

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

R = 38.77%
G = 20.92%
B = 40.31%

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

#CA6DD2 (or 0xCA6DD2) is known color: Orchid. HEX triplet: CA, 6D and D2. RGB value is (202,109,210). Sum of RGB (Red+Green+Blue) = 202+109+210=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA6DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DD2 is #35922D. Grayscale: #949494. Windows color (decimal): -3510830 or 13790666. OLE color: 13790666.

HSL color Cylindrical-coordinate representation of color #CA6DD2: hue angle of 295.25º 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 #CA6DD2 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 109 210 -
CMYK 0.04 0.48 0 0.18
HSL 295.25º 0.53% 0.63% -
HSV(B) 295.25º 0.48% 0.82% -
XYZ 41.46 28.15 64.22 -
YUV 148.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 202 109 210 0.04 0.48 0 0.18 295.25 0.53 0.63
Hex CA 6D D2 4 30 0 12 127 35 3F
Octal 312 155 322 4 60 0 22 447 65 77
Binary 11001010 1101101 11010010 100 110000 0 10010 100100111 110101 111111

Color Harmonies of #CA6DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DD2

Black with #CA6DD2

Text Example


Text Example

White with #CA6DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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