#CA85B9

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

Shades of Lily #CA85B9

Tints of Lily #CA85B9

Color information

#CA85B9 (or 0xCA85B9) is unknown color: approx Lily. HEX triplet: CA, 85 and B9. RGB value is (202,133,185). Sum of RGB (Red+Green+Blue) = 202+133+185=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85B9 is #357A46. Grayscale: #9F9F9F. Windows color (decimal): -3504711 or 12158410. OLE color: 12158410.

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

Color convert

RGB202133185-
CMYK00.340.080.21
HSL314.78º39.43%65.69%-
HSV(B)314.78º34.16%79.22%-
XYZ41.532.8350.05-
YUV159.56142.36158.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=38.85%
G=25.58%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213318500.340.080.21314.7839.4365.69
HexCA85B902281513b2742
Octal312205271042102547347102
Binary11001010100001011011100101000101000101011001110111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85B9; }

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

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

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

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

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

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

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

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