#CA86B4

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

Shades of Lily #CA86B4

Tints of Lily #CA86B4

Color information

#CA86B4 (or 0xCA86B4) is unknown color: approx Lily. HEX triplet: CA, 86 and B4. RGB value is (202,134,180). Sum of RGB (Red+Green+Blue) = 202+134+180=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86B4 is #35794B. Grayscale: #9F9F9F. Windows color (decimal): -3504460 or 11830986. OLE color: 11830986.

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

Color convert

RGB202134180-
CMYK00.340.110.21
HSL319.41º39.08%65.88%-
HSV(B)319.41º33.66%79.22%-
XYZ41.1232.947.36-
YUV159.58139.53158.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=39.15%
G=25.97%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213418000.340.110.21319.4139.0865.88
HexCA86B4022B1513f2742
Octal312206264042132547747102
Binary11001010100001101011010001000101011101011001111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86B4; }

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

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

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

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

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

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

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

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