#C995BD

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

Shades of Lily #C995BD

Tints of Lily #C995BD

Color information

#C995BD (or 0xC995BD) is unknown color: approx Lily. HEX triplet: C9, 95 and BD. RGB value is (201,149,189). Sum of RGB (Red+Green+Blue) = 201+149+189=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 201 - color contains mainly: red. Hex color #C995BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995BD is #366A42. Grayscale: #A8A8A8. Windows color (decimal): -3566147 or 12424649. OLE color: 12424649.

HSL color Cylindrical-coordinate representation of color #C995BD: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995BD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201149189-
CMYK00.260.060.21
HSL313.85º32.5%68.63%-
HSV(B)313.85º25.87%78.82%-
XYZ44.0237.5953.08-
YUV169.11139.23150.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=37.29%
G=27.64%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114918900.260.060.21313.8532.568.63
HexC995BD01A61513a2045
Octal31122527503262547240105
Binary110010011001010110111101011010110101011001110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C995BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C995BD; }

 p { color: rgb(201,149,189); }

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

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

 a { background-color: rgb(201,149,189); }

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

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

 span { border-color: rgb(201,149,189); }

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