#CA85B4

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

Shades of Lily #CA85B4

Tints of Lily #CA85B4

Color information

#CA85B4 (or 0xCA85B4) is unknown color: approx Lily. HEX triplet: CA, 85 and B4. RGB value is (202,133,180). Sum of RGB (Red+Green+Blue) = 202+133+180=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85B4 is #357A4B. Grayscale: #9E9E9E. Windows color (decimal): -3504716 or 11830730. OLE color: 11830730.

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

Color convert

RGB202133180-
CMYK00.340.110.21
HSL319.13º39.43%65.69%-
HSV(B)319.13º34.16%79.22%-
XYZ40.9832.6347.32-
YUV158.99139.86158.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=39.22%
G=25.83%
B=34.95%

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
Decimal20213318000.340.110.21319.1339.4365.69
HexCA85B4022B1513f2742
Octal312205264042132547747102
Binary11001010100001011011010001000101011101011001111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85B4; }

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

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

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

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

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

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

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

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