#CA86B5

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

Shades of Lily #CA86B5

Tints of Lily #CA86B5

Color information

#CA86B5 (or 0xCA86B5) is unknown color: approx Lily. HEX triplet: CA, 86 and B5. RGB value is (202,134,181). Sum of RGB (Red+Green+Blue) = 202+134+181=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 181 (71.09% from 255 or 35.01% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86B5 is #35794A. Grayscale: #9F9F9F. Windows color (decimal): -3504459 or 11896522. OLE color: 11896522.

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

Color convert

RGB202134181-
CMYK00.340.100.21
HSL318.53º39.08%65.88%-
HSV(B)318.53º33.66%79.22%-
XYZ41.2232.9447.9-
YUV159.69140.03158.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 181 (71.09% from 255) = 35.01%
R=39.07%
G=25.92%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213418100.340.100.21318.5339.0865.88
HexCA86B5022A1513f2742
Octal312206265042122547747102
Binary11001010100001101011010101000101010101011001111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86B5; }

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

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

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

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

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

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

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

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