#CD94B1

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

Shades of Lily #CD94B1

Tints of Lily #CD94B1

Color information

#CD94B1 (or 0xCD94B1) is unknown color: approx Lily. HEX triplet: CD, 94 and B1. RGB value is (205,148,177). Sum of RGB (Red+Green+Blue) = 205+148+177=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD94B1 is #326B4E. Grayscale: #A8A8A8. Windows color (decimal): -3304271 or 11637965. OLE color: 11637965.

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

Color convert

RGB205148177-
CMYK00.280.140.20
HSL329.47º36.31%69.22%-
HSV(B)329.47º27.8%80.39%-
XYZ43.737.3346.5-
YUV168.35132.88154.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=38.68%
G=27.92%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514817700.280.140.20329.4736.3169.22
HexCD94B101CE141492445
Octal315224261034162451144105
Binary1100110110010100101100010111001110101001010010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94B1; }

 p { color: rgb(205,148,177); }

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

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

 a { background-color: rgb(205,148,177); }

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

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

 span { border-color: rgb(205,148,177); }

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