#CA86B3

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

Shades of Lily #CA86B3

Tints of Lily #CA86B3

Color information

#CA86B3 (or 0xCA86B3) is unknown color: approx Lily. HEX triplet: CA, 86 and B3. RGB value is (202,134,179). Sum of RGB (Red+Green+Blue) = 202+134+179=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA86B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86B3 is #35794C. Grayscale: #9F9F9F. Windows color (decimal): -3504461 or 11765450. OLE color: 11765450.

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

Color convert

RGB202134179-
CMYK00.340.110.21
HSL320.29º39.08%65.88%-
HSV(B)320.29º33.66%79.22%-
XYZ41.0232.8646.83-
YUV159.46139.03158.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=39.22%
G=26.02%
B=34.76%

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
Decimal20213417900.340.110.21320.2939.0865.88
HexCA86B3022B151402742
Octal312206263042132550047102
Binary11001010100001101011001101000101011101011010000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86B3; }

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

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

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

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

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

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

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

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