#CA8CBD

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

Shades of Lily #CA8CBD

Tints of Lily #CA8CBD

Color information

#CA8CBD (or 0xCA8CBD) is unknown color: approx Lily. HEX triplet: CA, 8C and BD. RGB value is (202,140,189). Sum of RGB (Red+Green+Blue) = 202+140+189=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CBD is #357342. Grayscale: #A3A3A3. Windows color (decimal): -3502915 or 12422346. OLE color: 12422346.

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

Color convert

RGB202140189-
CMYK00.310.060.21
HSL312.58º36.9%67.06%-
HSV(B)312.58º30.69%79.22%-
XYZ42.9234.9952.64-
YUV164.12142.04155.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=38.04%
G=26.37%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214018900.310.060.21312.5836.967.06
HexCA8CBD01F6151392543
Octal31221427503762547145103
Binary110010101000110010111101011111110101011001110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CBD; }

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

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

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

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

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

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

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

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