Html Css Color HEX #CA9DD2 Lilac

📋 copy color: '#CA9DD2'

red 202 ◦ green 157 ◦ blue 210

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

Shades of Lilac #CA9DD2

Tints of Lilac #CA9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.59%

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

R = 35.5%
G = 27.59%
B = 36.91%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA9DD2 (or 0xCA9DD2) is known color: Lilac. HEX triplet: CA, 9D and D2. RGB value is (202,157,210). Sum of RGB (Red+Green+Blue) = 202+157+210=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DD2 is #35622D. Grayscale: #B0B0B0. Windows color (decimal): -3498542 or 13802954. OLE color: 13802954.

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

Color convert

RGB 202 157 210 -
CMYK 0.04 0.25 0 0.18
HSL 290.94º 0.37% 0.72% -
HSV(B) 290.94º 0.25% 0.82% -
XYZ 48.05 41.32 66.42 -
YUV 176.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 202 157 210 0.04 0.25 0 0.18 290.94 0.37 0.72
Hex CA 9D D2 4 19 0 12 123 25 48
Octal 312 235 322 4 31 0 22 443 45 110
Binary 11001010 10011101 11010010 100 11001 0 10010 100100011 100101 1001000

Color Harmonies of #CA9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DD2

Black with #CA9DD2

Text Example


Text Example

White with #CA9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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