#CA8FBB

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

Shades of Lily #CA8FBB

Tints of Lily #CA8FBB

Color information

#CA8FBB (or 0xCA8FBB) is unknown color: approx Lily. HEX triplet: CA, 8F and BB. RGB value is (202,143,187). Sum of RGB (Red+Green+Blue) = 202+143+187=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBB is #357044. Grayscale: #A5A5A5. Windows color (decimal): -3502149 or 12292042. OLE color: 12292042.

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

Color convert

RGB202143187-
CMYK00.290.070.21
HSL315.25º35.76%67.65%-
HSV(B)315.25º29.21%79.22%-
XYZ43.1535.7951.65-
YUV165.66140.05153.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=37.97%
G=26.88%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214318700.290.070.21315.2535.7667.65
HexCA8FBB01D71513b2444
Octal31221727303572547344104
Binary110010101000111110111011011101111101011001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FBB; }

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

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

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

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

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

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

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

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