#CA86B7

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

Shades of Lily #CA86B7

Tints of Lily #CA86B7

Color information

#CA86B7 (or 0xCA86B7) is unknown color: approx Lily. HEX triplet: CA, 86 and B7. RGB value is (202,134,183). Sum of RGB (Red+Green+Blue) = 202+134+183=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86B7 is #357948. Grayscale: #9F9F9F. Windows color (decimal): -3504457 or 12027594. OLE color: 12027594.

HSL color Cylindrical-coordinate representation of color #CA86B7: hue angle of 316.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86B7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB202134183-
CMYK00.340.090.21
HSL316.76º39.08%65.88%-
HSV(B)316.76º33.66%79.22%-
XYZ41.4333.0348.99-
YUV159.92141.03158.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=38.92%
G=25.82%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213418300.340.090.21316.7639.0865.88
HexCA86B702291513d2742
Octal312206267042112547547102
Binary11001010100001101011011101000101001101011001111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86B7; }

 p { color: rgb(202,134,183); }

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

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

 a { background-color: rgb(202,134,183); }

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

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

 span { border-color: rgb(202,134,183); }

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