#CA8CCF

Color #CA8CCF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CA8CCF

Tints of Lilac #CA8CCF

Color information

#CA8CCF (or 0xCA8CCF) is unknown color: approx Lilac. HEX triplet: CA, 8C and CF. RGB value is (202,140,207). Sum of RGB (Red+Green+Blue) = 202+140+207=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA8CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CCF is #357330. Grayscale: #A5A5A5. Windows color (decimal): -3502897 or 13601994. OLE color: 13601994.

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

Color convert

RGB202140207-
CMYK0.020.3200.19
HSL295.52º41.1%68.04%-
HSV(B)295.52º32.37%81.18%-
XYZ4535.8263.57-
YUV166.18151.04153.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 140 (55.08% from 255) = 25.50%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=36.79%
G=25.50%
B=37.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021402070.020.3200.19295.5241.168.04
HexCA8CCF2200131282944
Octal31221431724002345051104
Binary110010101000110011001111101000000100111001010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CCF; }

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

 H1.HeaderClassName
 {
   color: #CA8CCF;
 }
 .AnyTagClassName
 {
   color: #CA8CCF;
 }
</style>
background-color css

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

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

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

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

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

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