#CA8DBE

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

Shades of Lilac #CA8DBE

Tints of Lilac #CA8DBE

Color information

#CA8DBE (or 0xCA8DBE) is unknown color: approx Lilac. HEX triplet: CA, 8D and BE. RGB value is (202,141,190). Sum of RGB (Red+Green+Blue) = 202+141+190=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DBE is #357241. Grayscale: #A4A4A4. Windows color (decimal): -3502658 or 12488138. OLE color: 12488138.

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

Color convert

RGB202141190-
CMYK00.300.060.21
HSL311.8º36.53%67.25%-
HSV(B)311.8º30.2%79.22%-
XYZ43.1835.3253.26-
YUV164.82142.21154.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=37.90%
G=26.45%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214119000.300.060.21311.836.5367.25
HexCA8DBE01E6151382543
Octal31221527603662547045103
Binary110010101000110110111110011110110101011001110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DBE; }

 p { color: rgb(202,141,190); }

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

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

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

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

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

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

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