Html Css Color HEX #CA99CF Lilac

📋 copy color: '#CA99CF'

red 202 ◦ green 153 ◦ blue 207

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

Shades of Lilac #CA99CF

Tints of Lilac #CA99CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 35.94%
G = 27.22%
B = 36.83%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA99CF (or 0xCA99CF) is known color: Lilac. HEX triplet: CA, 99 and CF. RGB value is (202,153,207). Sum of RGB (Red+Green+Blue) = 202+153+207=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA99CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99CF is #356630. Grayscale: #ADADAD. Windows color (decimal): -3499569 or 13605322. OLE color: 13605322.

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

Color convert

RGB 202 153 207 -
CMYK 0.02 0.26 0 0.19
HSL 294.44º 0.36% 0.71% -
HSV(B) 294.44º 0.26% 0.81% -
XYZ 47.01 39.84 64.24 -
YUV 173.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 202 153 207 0.02 0.26 0 0.19 294.44 0.36 0.71
Hex CA 99 CF 2 1A 0 13 126 24 47
Octal 312 231 317 2 32 0 23 446 44 107
Binary 11001010 10011001 11001111 10 11010 0 10011 100100110 100100 1000111

Color Harmonies of #CA99CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99CF

Black with #CA99CF

Text Example


Text Example

White with #CA99CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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