#CA8BCF

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

Shades of Lilac #CA8BCF

Tints of Lilac #CA8BCF

Color information

#CA8BCF (or 0xCA8BCF) is unknown color: approx Lilac. HEX triplet: CA, 8B and CF. RGB value is (202,139,207). Sum of RGB (Red+Green+Blue) = 202+139+207=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BCF is #357430. Grayscale: #A5A5A5. Windows color (decimal): -3503153 or 13601738. OLE color: 13601738.

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

Color convert

RGB202139207-
CMYK0.020.3300.19
HSL295.59º41.46%67.84%-
HSV(B)295.59º32.85%81.18%-
XYZ44.8535.5363.52-
YUV165.59151.37153.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 139 (54.69% from 255) = 25.36%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=36.86%
G=25.36%
B=37.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021392070.020.3300.19295.5941.4667.84
HexCA8BCF2210131282944
Octal31221331724102345051104
Binary110010101000101111001111101000010100111001010001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BCF; }

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

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

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

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

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

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

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

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