#CA8EBD

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

Shades of Lily #CA8EBD

Tints of Lily #CA8EBD

Color information

#CA8EBD (or 0xCA8EBD) is unknown color: approx Lily. HEX triplet: CA, 8E and BD. RGB value is (202,142,189). Sum of RGB (Red+Green+Blue) = 202+142+189=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EBD is #357142. Grayscale: #A5A5A5. Windows color (decimal): -3502403 or 12422858. OLE color: 12422858.

HSL color Cylindrical-coordinate representation of color #CA8EBD: hue angle of 313º degrees, saturation: 0.36, 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 #CA8EBD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202142189-
CMYK00.300.060.21
HSL313º36.14%67.45%-
HSV(B)313º29.7%79.22%-
XYZ43.2235.5852.73-
YUV165.3141.38154.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=37.90%
G=26.64%
B=35.46%

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
Decimal20214218900.300.060.2131336.1467.45
HexCA8EBD01E6151392443
Octal31221627503662547144103
Binary110010101000111010111101011110110101011001110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8EBD; }

 p { color: rgb(202,142,189); }

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

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

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

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

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

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

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