Html Css Color HEX #CA9AC2 Lilac

📋 copy color: '#CA9AC2'

red 202 ◦ green 154 ◦ blue 194

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

Shades of Lilac #CA9AC2

Tints of Lilac #CA9AC2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28%

 BLUE value IS 194 (76.17% from 255) = 35.27%

R = 36.73%
G = 28%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA9AC2 (or 0xCA9AC2) is known color: Lilac. HEX triplet: CA, 9A and C2. RGB value is (202,154,194). Sum of RGB (Red+Green+Blue) = 202+154+194=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AC2 is #35653D. Grayscale: #ACACAC. Windows color (decimal): -3499326 or 12753610. OLE color: 12753610.

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

Color convert

RGB 202 154 194 -
CMYK 0 0.24 0.04 0.21
HSL 310º 0.31% 0.7% -
HSV(B) 310º 0.24% 0.79% -
XYZ 45.65 39.56 56.27 -
YUV 172.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 202 154 194 0 0.24 0.04 0.21 310 0.31 0.7
Hex CA 9A C2 0 18 4 15 136 1F 46
Octal 312 232 302 0 30 4 25 466 37 106
Binary 11001010 10011010 11000010 0 11000 100 10101 100110110 11111 1000110

Color Harmonies of #CA9AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AC2

Black with #CA9AC2

Text Example


Text Example

White with #CA9AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AC2; }

 p { color: rgb(202,154,194); }

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

background-color css

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

 a { background-color: rgb(202,154,194); }

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

border-color css

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

 span { border-color: rgb(202,154,194); }

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