#CD95D0

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

Shades of Lilac #CD95D0

Tints of Lilac #CD95D0

Color information

#CD95D0 (or 0xCD95D0) is unknown color: approx Lilac. HEX triplet: CD, 95 and D0. RGB value is (205,149,208). Sum of RGB (Red+Green+Blue) = 205+149+208=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD95D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD95D0 is #326A2F. Grayscale: #ACACAC. Windows color (decimal): -3303984 or 13669837. OLE color: 13669837.

HSL color Cylindrical-coordinate representation of color #CD95D0: hue angle of 296.95º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD95D0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205149208-
CMYK0.010.2800.18
HSL296.95º38.56%70%-
HSV(B)296.95º28.37%81.57%-
XYZ47.3139.0364.71-
YUV172.47148.05151.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=36.48%
G=26.51%
B=37.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051492080.010.2800.18296.9538.5670
HexCD95D011C0121292746
Octal31522532013402245147106
Binary1100110110010101110100001111000100101001010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD95D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD95D0; }

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

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

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

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

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

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

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

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