#CA7FB5

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

Shades of Lily #CA7FB5

Tints of Lily #CA7FB5

Color information

#CA7FB5 (or 0xCA7FB5) is unknown color: approx Lily. HEX triplet: CA, 7F and B5. RGB value is (202,127,181). Sum of RGB (Red+Green+Blue) = 202+127+181=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FB5 is #35804A. Grayscale: #9B9B9B. Windows color (decimal): -3506251 or 11894730. OLE color: 11894730.

HSL color Cylindrical-coordinate representation of color #CA7FB5: hue angle of 316.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 #CA7FB5 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202127181-
CMYK00.370.100.21
HSL316.8º41.44%64.51%-
HSV(B)316.8º37.13%79.22%-
XYZ40.2931.0747.59-
YUV155.58142.35161.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=39.61%
G=24.90%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212718100.370.100.21316.841.4464.51
HexCA7FB5025A1513d2941
Octal312177265045122547551101
Binary1100101011111111011010101001011010101011001111011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FB5; }

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

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

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

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

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

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

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

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