Html Css Color HEX #CA9BC9 Lilac

📋 copy color: '#CA9BC9'

red 202 ◦ green 155 ◦ blue 201

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

Shades of Lilac #CA9BC9

Tints of Lilac #CA9BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.02%

R = 36.2%
G = 27.78%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA9BC9 (or 0xCA9BC9) is known color: Lilac. HEX triplet: CA, 9B and C9. RGB value is (202,155,201). Sum of RGB (Red+Green+Blue) = 202+155+201=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BC9 is #356436. Grayscale: #AEAEAE. Windows color (decimal): -3499063 or 13212618. OLE color: 13212618.

HSL color Cylindrical-coordinate representation of color #CA9BC9: hue angle of 301.28º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9BC9 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 155 201 -
CMYK 0 0.23 0.00 0.21
HSL 301.28º 0.31% 0.7% -
HSV(B) 301.28º 0.23% 0.79% -
XYZ 46.62 40.22 60.56 -
YUV 174.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 202 155 201 0 0.23 0.00 0.21 301.28 0.31 0.7
Hex CA 9B C9 0 17 0 15 12D 1F 46
Octal 312 233 311 0 27 0 25 455 37 106
Binary 11001010 10011011 11001001 0 10111 0 10101 100101101 11111 1000110

Color Harmonies of #CA9BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BC9

Black with #CA9BC9

Text Example


Text Example

White with #CA9BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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