#D69DCD

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

Shades of Lilac #D69DCD

Tints of Lilac #D69DCD

Color information

#D69DCD (or 0xD69DCD) is unknown color: approx Lilac. HEX triplet: D6, 9D and CD. RGB value is (214,157,205). Sum of RGB (Red+Green+Blue) = 214+157+205=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DCD is #296232. Grayscale: #B3B3B3. Windows color (decimal): -2712115 or 13475286. OLE color: 13475286.

HSL color Cylindrical-coordinate representation of color #D69DCD: hue angle of 309.47º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DCD is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214157205-
CMYK00.270.040.16
HSL309.47º41.01%72.75%-
HSV(B)309.47º26.64%83.92%-
XYZ50.8142.8263.34-
YUV179.52142.38152.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=37.15%
G=27.26%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415720500.270.040.16309.4741.0172.75
HexD69DCD01B4101352949
Octal32623531503342046551111
Binary110101101001110111001101011011100100001001101011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DCD; }

 p { color: rgb(214,157,205); }

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

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

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

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

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

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

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