Html Css Color HEX #CAAFCA Lilac

📋 copy color: '#CAAFCA'

red 202 ◦ green 175 ◦ blue 202

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

Shades of Lilac #CAAFCA

Tints of Lilac #CAAFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.22%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 34.89%
G = 30.22%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CAAFCA (or 0xCAAFCA) is known color: Lilac. HEX triplet: CA, AF and CA. RGB value is (202,175,202). Sum of RGB (Red+Green+Blue) = 202+175+202=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CAAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFCA is #355035. Grayscale: #BABABA. Windows color (decimal): -3493942 or 13283274. OLE color: 13283274.

HSL color Cylindrical-coordinate representation of color #CAAFCA: hue angle of 300º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFCA is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 175 202 -
CMYK 0 0.13 0 0.21
HSL 300º 0.2% 0.74% -
HSV(B) 300º 0.13% 0.79% -
XYZ 50.35 47.48 62.39 -
YUV 186.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 202 175 202 0 0.13 0 0.21 300 0.2 0.74
Hex CA AF CA 0 D 0 15 12C 14 4A
Octal 312 257 312 0 15 0 25 454 24 112
Binary 11001010 10101111 11001010 0 1101 0 10101 100101100 10100 1001010

Color Harmonies of #CAAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFCA

Black with #CAAFCA

Text Example


Text Example

White with #CAAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFCA; }

 p { color: rgb(202,175,202); }

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

background-color css

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

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

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

border-color css

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

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

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