Html Css Color HEX #CA99CC Lilac

📋 copy color: '#CA99CC'

red 202 ◦ green 153 ◦ blue 204

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

Shades of Lilac #CA99CC

Tints of Lilac #CA99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.37%

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

R = 36.14%
G = 27.37%
B = 36.49%

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

#CA99CC (or 0xCA99CC) is known color: Lilac. HEX triplet: CA, 99 and CC. RGB value is (202,153,204). Sum of RGB (Red+Green+Blue) = 202+153+204=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99CC is #356633. Grayscale: #ADADAD. Windows color (decimal): -3499572 or 13408714. OLE color: 13408714.

HSL color Cylindrical-coordinate representation of color #CA99CC: hue angle of 297.65º 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 #CA99CC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 153 204 -
CMYK 0.01 0.25 0 0.2
HSL 297.65º 0.33% 0.7% -
HSV(B) 297.65º 0.25% 0.8% -
XYZ 46.65 39.7 62.33 -
YUV 173.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 202 153 204 0.01 0.25 0 0.2 297.65 0.33 0.7
Hex CA 99 CC 1 19 0 14 12A 21 46
Octal 312 231 314 1 31 0 24 452 41 106
Binary 11001010 10011001 11001100 1 11001 0 10100 100101010 100001 1000110

Color Harmonies of #CA99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99CC

Black with #CA99CC

Text Example


Text Example

White with #CA99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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