#CD94C5

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

Shades of Lilac #CD94C5

Tints of Lilac #CD94C5

Color information

#CD94C5 (or 0xCD94C5) is unknown color: approx Lilac. HEX triplet: CD, 94 and C5. RGB value is (205,148,197). Sum of RGB (Red+Green+Blue) = 205+148+197=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94C5 is #326B3A. Grayscale: #AAAAAA. Windows color (decimal): -3304251 or 12948685. OLE color: 12948685.

HSL color Cylindrical-coordinate representation of color #CD94C5: hue angle of 308.42º 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 #CD94C5 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205148197-
CMYK00.280.040.20
HSL308.42º36.31%69.22%-
HSV(B)308.42º27.8%80.39%-
XYZ45.8438.1957.78-
YUV170.63142.88152.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 148 (58.20% from 255) = 26.91%
BLUE value IS 197 (77.34% from 255) = 35.82%
R=37.27%
G=26.91%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514819700.280.040.20308.4236.3169.22
HexCD94C501C4141342445
Octal31522430503442446444105
Binary110011011001010011000101011100100101001001101001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94C5; }

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

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

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

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

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

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

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

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