#CD95CD

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

Shades of Lilac #CD95CD

Tints of Lilac #CD95CD

Color information

#CD95CD (or 0xCD95CD) is unknown color: approx Lilac. HEX triplet: CD, 95 and CD. RGB value is (205,149,205). Sum of RGB (Red+Green+Blue) = 205+149+205=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD95CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95CD is #326A32. Grayscale: #ABABAB. Windows color (decimal): -3303987 or 13473229. OLE color: 13473229.

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

Color convert

RGB205149205-
CMYK00.2700.20
HSL300º35.9%69.41%-
HSV(B)300º27.32%80.39%-
XYZ46.9438.8862.79-
YUV172.13146.55151.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.67%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=36.67%
G=26.65%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514920500.2700.2030035.969.41
HexCD95CD01B01412c2445
Octal31522531503302445444105
Binary1100110110010101110011010110110101001001011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95CD; }

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

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

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

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

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

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

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

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