#CD94C8

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

Shades of Lilac #CD94C8

Tints of Lilac #CD94C8

Color information

#CD94C8 (or 0xCD94C8) is unknown color: approx Lilac. HEX triplet: CD, 94 and C8. RGB value is (205,148,200). Sum of RGB (Red+Green+Blue) = 205+148+200=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CD94C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94C8 is #326B37. Grayscale: #AAAAAA. Windows color (decimal): -3304248 or 13145293. OLE color: 13145293.

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

Color convert

RGB205148200-
CMYK00.280.020.20
HSL305.26º36.31%69.22%-
HSV(B)305.26º27.8%80.39%-
XYZ46.1938.3359.61-
YUV170.97144.38152.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=37.07%
G=26.76%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514820000.280.020.20305.2636.3169.22
HexCD94C801C2141312445
Octal31522431003422446144105
Binary11001101100101001100100001110010101001001100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94C8; }

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

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

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

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

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

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

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

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