#CA81BB

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

Shades of Lily #CA81BB

Tints of Lily #CA81BB

Color information

#CA81BB (or 0xCA81BB) is unknown color: approx Lily. HEX triplet: CA, 81 and BB. RGB value is (202,129,187). Sum of RGB (Red+Green+Blue) = 202+129+187=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BB is #357E44. Grayscale: #9D9D9D. Windows color (decimal): -3505733 or 12288458. OLE color: 12288458.

HSL color Cylindrical-coordinate representation of color #CA81BB: hue angle of 312.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA81BB is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202129187-
CMYK00.360.070.21
HSL312.33º40.78%64.9%-
HSV(B)312.33º36.14%79.22%-
XYZ41.1831.8450.99-
YUV157.44144.68159.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=39.00%
G=24.90%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212918700.360.070.21312.3340.7864.9
HexCA81BB0247151382941
Octal31220127304472547051101
Binary1100101010000001101110110100100111101011001110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81BB; }

 p { color: rgb(202,129,187); }

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

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

 a { background-color: rgb(202,129,187); }

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

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

 span { border-color: rgb(202,129,187); }

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