#D691CC

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

Shades of Lilac #D691CC

Tints of Lilac #D691CC

Color information

#D691CC (or 0xD691CC) is unknown color: approx Lilac. HEX triplet: D6, 91 and CC. RGB value is (214,145,204). Sum of RGB (Red+Green+Blue) = 214+145+204=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D691CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691CC is #296E33. Grayscale: #ACACAC. Windows color (decimal): -2715188 or 13406678. OLE color: 13406678.

HSL color Cylindrical-coordinate representation of color #D691CC: hue angle of 308.7º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691CC is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214145204-
CMYK00.320.050.16
HSL308.7º45.7%70.39%-
HSV(B)308.7º32.24%83.92%-
XYZ48.7638.9162.07-
YUV172.36145.86157.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=38.01%
G=25.75%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414520400.320.050.16308.745.770.39
HexD691CC0205101352e46
Octal32622131404052046556106
Binary1101011010010001110011000100000101100001001101011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691CC; }

 p { color: rgb(214,145,204); }

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

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

 a { background-color: rgb(214,145,204); }

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

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

 span { border-color: rgb(214,145,204); }

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