#CA8CBF

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

Shades of Lilac #CA8CBF

Tints of Lilac #CA8CBF

Color information

#CA8CBF (or 0xCA8CBF) is unknown color: approx Lilac. HEX triplet: CA, 8C and BF. RGB value is (202,140,191). Sum of RGB (Red+Green+Blue) = 202+140+191=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CBF is #357340. Grayscale: #A4A4A4. Windows color (decimal): -3502913 or 12553418. OLE color: 12553418.

HSL color Cylindrical-coordinate representation of color #CA8CBF: hue angle of 310.65º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8CBF is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202140191-
CMYK00.310.050.21
HSL310.65º36.9%67.06%-
HSV(B)310.65º30.69%79.22%-
XYZ43.1435.0753.79-
YUV164.35143.04154.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 191 (75% from 255) = 35.83%
R=37.90%
G=26.27%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214019100.310.050.21310.6536.967.06
HexCA8CBF01F5151372543
Octal31221427703752546745103
Binary110010101000110010111111011111101101011001101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CBF; }

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

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

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

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

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

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

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

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