#D692C8

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

Shades of Lilac #D692C8

Tints of Lilac #D692C8

Color information

#D692C8 (or 0xD692C8) is unknown color: approx Lilac. HEX triplet: D6, 92 and C8. RGB value is (214,146,200). Sum of RGB (Red+Green+Blue) = 214+146+200=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D692C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692C8 is #296D37. Grayscale: #ACACAC. Windows color (decimal): -2714936 or 13144790. OLE color: 13144790.

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

Color convert

RGB214146200-
CMYK00.320.070.16
HSL312.35º45.33%70.59%-
HSV(B)312.35º31.78%83.92%-
XYZ48.4439.0259.62-
YUV172.49143.53157.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=38.21%
G=26.07%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414620000.320.070.16312.3545.3370.59
HexD692C80207101382d47
Octal32622231004072047055107
Binary1101011010010010110010000100000111100001001110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692C8; }

 p { color: rgb(214,146,200); }

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

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

 a { background-color: rgb(214,146,200); }

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

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

 span { border-color: rgb(214,146,200); }

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