#CA8BBC

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

Shades of Lily #CA8BBC

Tints of Lily #CA8BBC

Color information

#CA8BBC (or 0xCA8BBC) is unknown color: approx Lily. HEX triplet: CA, 8B and BC. RGB value is (202,139,188). Sum of RGB (Red+Green+Blue) = 202+139+188=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BBC is #357443. Grayscale: #A3A3A3. Windows color (decimal): -3503172 or 12356554. OLE color: 12356554.

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

Color convert

RGB202139188-
CMYK00.310.070.21
HSL313.33º37.28%66.86%-
HSV(B)313.33º31.19%79.22%-
XYZ42.6734.6552.02-
YUV163.42141.87155.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=38.19%
G=26.28%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213918800.310.070.21313.3337.2866.86
HexCA8BBC01F7151392543
Octal31221327403772547145103
Binary110010101000101110111100011111111101011001110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BBC; }

 p { color: rgb(202,139,188); }

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

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

 a { background-color: rgb(202,139,188); }

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

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

 span { border-color: rgb(202,139,188); }

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