#CD94CE

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

Shades of Lilac #CD94CE

Tints of Lilac #CD94CE

Color information

#CD94CE (or 0xCD94CE) is unknown color: approx Lilac. HEX triplet: CD, 94 and CE. RGB value is (205,148,206). Sum of RGB (Red+Green+Blue) = 205+148+206=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD94CE is #326B31. Grayscale: #ABABAB. Windows color (decimal): -3304242 or 13538509. OLE color: 13538509.

HSL color Cylindrical-coordinate representation of color #CD94CE: hue angle of 298.97º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD94CE is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205148206-
CMYK0.000.2800.19
HSL298.97º37.18%69.41%-
HSV(B)298.97º28.16%80.78%-
XYZ46.9138.6263.37-
YUV171.66147.38151.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 148 (58.20% from 255) = 26.48%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=36.67%
G=26.48%
B=36.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051482060.000.2800.19298.9737.1869.41
HexCD94CE01C01312b2545
Octal31522431603402345345105
Binary1100110110010100110011100111000100111001010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD94CE; }

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

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

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

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

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

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

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

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