#D692C7

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

Shades of Lilac #D692C7

Tints of Lilac #D692C7

Color information

#D692C7 (or 0xD692C7) is unknown color: approx Lilac. HEX triplet: D6, 92 and C7. RGB value is (214,146,199). Sum of RGB (Red+Green+Blue) = 214+146+199=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D692C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692C7 is #296D38. Grayscale: #ACACAC. Windows color (decimal): -2714937 or 13079254. OLE color: 13079254.

HSL color Cylindrical-coordinate representation of color #D692C7: hue angle of 313.24º 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 #D692C7 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214146199-
CMYK00.320.070.16
HSL313.24º45.33%70.59%-
HSV(B)313.24º31.78%83.92%-
XYZ48.3238.9859.01-
YUV172.37143.03157.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=38.28%
G=26.12%
B=35.60%

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
Decimal21414619900.320.070.16313.2445.3370.59
HexD692C70207101392d47
Octal32622230704072047155107
Binary1101011010010010110001110100000111100001001110011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692C7; }

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

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

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

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

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

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

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

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