#CA85B7

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

Shades of Lily #CA85B7

Tints of Lily #CA85B7

Color information

#CA85B7 (or 0xCA85B7) is unknown color: approx Lily. HEX triplet: CA, 85 and B7. RGB value is (202,133,183). Sum of RGB (Red+Green+Blue) = 202+133+183=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85B7 is #357A48. Grayscale: #9F9F9F. Windows color (decimal): -3504713 or 12027338. OLE color: 12027338.

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

Color convert

RGB202133183-
CMYK00.340.090.21
HSL316.52º39.43%65.69%-
HSV(B)316.52º34.16%79.22%-
XYZ41.2932.7548.94-
YUV159.33141.36158.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 183 (71.88% from 255) = 35.33%
R=39.00%
G=25.68%
B=35.33%

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
Decimal20213318300.340.090.21316.5239.4365.69
HexCA85B702291513d2742
Octal312205267042112547547102
Binary11001010100001011011011101000101001101011001111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85B7; }

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

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

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

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

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

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

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

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