#CA85BD

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

Shades of Lily #CA85BD

Tints of Lily #CA85BD

Color information

#CA85BD (or 0xCA85BD) is unknown color: approx Lily. HEX triplet: CA, 85 and BD. RGB value is (202,133,189). Sum of RGB (Red+Green+Blue) = 202+133+189=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85BD is #357A42. Grayscale: #9F9F9F. Windows color (decimal): -3504707 or 12420554. OLE color: 12420554.

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

Color convert

RGB202133189-
CMYK00.340.060.21
HSL311.3º39.43%65.69%-
HSV(B)311.3º34.16%79.22%-
XYZ41.9333.0152.3-
YUV160.01144.36157.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=38.55%
G=25.38%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213318900.340.060.21311.339.4365.69
HexCA85BD0226151372742
Octal31220527504262546747102
Binary1100101010000101101111010100010110101011001101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85BD; }

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

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

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

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

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

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

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

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