#CD95B3

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

Shades of Lily #CD95B3

Tints of Lily #CD95B3

Color information

#CD95B3 (or 0xCD95B3) is unknown color: approx Lily. HEX triplet: CD, 95 and B3. RGB value is (205,149,179). Sum of RGB (Red+Green+Blue) = 205+149+179=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95B3 is #326A4C. Grayscale: #A9A9A9. Windows color (decimal): -3304013 or 11769293. OLE color: 11769293.

HSL color Cylindrical-coordinate representation of color #CD95B3: hue angle of 327.86º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD95B3 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB205149179-
CMYK00.270.130.20
HSL327.86º35.9%69.41%-
HSV(B)327.86º27.32%80.39%-
XYZ44.0637.7347.61-
YUV169.16133.55153.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=38.46%
G=27.95%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514917900.270.130.20327.8635.969.41
HexCD95B301BD141482445
Octal315225263033152451044105
Binary1100110110010101101100110110111101101001010010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95B3; }

 p { color: rgb(205,149,179); }

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

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

 a { background-color: rgb(205,149,179); }

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

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

 span { border-color: rgb(205,149,179); }

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