#D693C7

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

Shades of Lilac #D693C7

Tints of Lilac #D693C7

Color information

#D693C7 (or 0xD693C7) is unknown color: approx Lilac. HEX triplet: D6, 93 and C7. RGB value is (214,147,199). Sum of RGB (Red+Green+Blue) = 214+147+199=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D693C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D693C7 is #296C38. Grayscale: #ACACAC. Windows color (decimal): -2714681 or 13079510. OLE color: 13079510.

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

Color convert

RGB214147199-
CMYK00.310.070.16
HSL313.43º44.97%70.78%-
HSV(B)313.43º31.31%83.92%-
XYZ48.4739.2959.06-
YUV172.96142.7157.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 199 (78.12% from 255) = 35.54%
R=38.21%
G=26.25%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414719900.310.070.16313.4344.9770.78
HexD693C701F7101392d47
Octal32622330703772047155107
Binary110101101001001111000111011111111100001001110011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693C7; }

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

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

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

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

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

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

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

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