Html Css Color HEX #CA9ACC Lilac

📋 copy color: '#CA9ACC'

red 202 ◦ green 154 ◦ blue 204

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

Shades of Lilac #CA9ACC

Tints of Lilac #CA9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 36.07%
G = 27.5%
B = 36.43%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA9ACC (or 0xCA9ACC) is known color: Lilac. HEX triplet: CA, 9A and CC. RGB value is (202,154,204). Sum of RGB (Red+Green+Blue) = 202+154+204=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ACC is #356533. Grayscale: #ADADAD. Windows color (decimal): -3499316 or 13408970. OLE color: 13408970.

HSL color Cylindrical-coordinate representation of color #CA9ACC: hue angle of 297.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9ACC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 154 204 -
CMYK 0.01 0.25 0 0.2
HSL 297.6º 0.33% 0.7% -
HSV(B) 297.6º 0.25% 0.8% -
XYZ 46.81 40.03 62.39 -
YUV 174.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 202 154 204 0.01 0.25 0 0.2 297.6 0.33 0.7
Hex CA 9A CC 1 19 0 14 12A 21 46
Octal 312 232 314 1 31 0 24 452 41 106
Binary 11001010 10011010 11001100 1 11001 0 10100 100101010 100001 1000110

Color Harmonies of #CA9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ACC

Black with #CA9ACC

Text Example


Text Example

White with #CA9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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