#CA7FB0

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

Shades of Lily #CA7FB0

Tints of Lily #CA7FB0

Color information

#CA7FB0 (or 0xCA7FB0) is unknown color: approx Lily. HEX triplet: CA, 7F and B0. RGB value is (202,127,176). Sum of RGB (Red+Green+Blue) = 202+127+176=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FB0 is #35804F. Grayscale: #9A9A9A. Windows color (decimal): -3506256 or 11567050. OLE color: 11567050.

HSL color Cylindrical-coordinate representation of color #CA7FB0: hue angle of 320.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FB0 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202127176-
CMYK00.370.130.21
HSL320.8º41.44%64.51%-
HSV(B)320.8º37.13%79.22%-
XYZ39.7830.8744.94-
YUV155.01139.85161.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 127 (50% from 255) = 25.15%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=40%
G=25.15%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212717600.370.130.21320.841.4464.51
HexCA7FB0025D151412941
Octal312177260045152550151101
Binary1100101011111111011000001001011101101011010000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FB0; }

 p { color: rgb(202,127,176); }

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

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

 a { background-color: rgb(202,127,176); }

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

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

 span { border-color: rgb(202,127,176); }

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