Html Css Color HEX #CA9BD2 Lilac

📋 copy color: '#CA9BD2'

red 202 ◦ green 155 ◦ blue 210

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

Shades of Lilac #CA9BD2

Tints of Lilac #CA9BD2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.34%

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

R = 35.63%
G = 27.34%
B = 37.04%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA9BD2 (or 0xCA9BD2) is known color: Lilac. HEX triplet: CA, 9B and D2. RGB value is (202,155,210). Sum of RGB (Red+Green+Blue) = 202+155+210=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA9BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD2 is #35642D. Grayscale: #AFAFAF. Windows color (decimal): -3499054 or 13802442. OLE color: 13802442.

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

Color convert

RGB 202 155 210 -
CMYK 0.04 0.26 0 0.18
HSL 291.27º 0.38% 0.72% -
HSV(B) 291.27º 0.26% 0.82% -
XYZ 47.71 40.65 66.3 -
YUV 175.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 202 155 210 0.04 0.26 0 0.18 291.27 0.38 0.72
Hex CA 9B D2 4 1A 0 12 123 26 48
Octal 312 233 322 4 32 0 22 443 46 110
Binary 11001010 10011011 11010010 100 11010 0 10010 100100011 100110 1001000

Color Harmonies of #CA9BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BD2

Black with #CA9BD2

Text Example


Text Example

White with #CA9BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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