Html Css Color HEX #CA9ACE Lilac

📋 copy color: '#CA9ACE'

red 202 ◦ green 154 ◦ blue 206

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

Shades of Lilac #CA9ACE

Tints of Lilac #CA9ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 35.94%
G = 27.4%
B = 36.65%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA9ACE (or 0xCA9ACE) is known color: Lilac. HEX triplet: CA, 9A and CE. RGB value is (202,154,206). Sum of RGB (Red+Green+Blue) = 202+154+206=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ACE is #356531. Grayscale: #AEAEAE. Windows color (decimal): -3499314 or 13540042. OLE color: 13540042.

HSL color Cylindrical-coordinate representation of color #CA9ACE: hue angle of 295.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9ACE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 154 206 -
CMYK 0.02 0.25 0 0.19
HSL 295.38º 0.35% 0.71% -
HSV(B) 295.38º 0.25% 0.81% -
XYZ 47.05 40.12 63.66 -
YUV 174.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 202 154 206 0.02 0.25 0 0.19 295.38 0.35 0.71
Hex CA 9A CE 2 19 0 13 127 23 47
Octal 312 232 316 2 31 0 23 447 43 107
Binary 11001010 10011010 11001110 10 11001 0 10011 100100111 100011 1000111

Color Harmonies of #CA9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ACE

Black with #CA9ACE

Text Example


Text Example

White with #CA9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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