#D694C7

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

Shades of Lilac #D694C7

Tints of Lilac #D694C7

Color information

#D694C7 (or 0xD694C7) is unknown color: approx Lilac. HEX triplet: D6, 94 and C7. RGB value is (214,148,199). Sum of RGB (Red+Green+Blue) = 214+148+199=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D694C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694C7 is #296B38. Grayscale: #ADADAD. Windows color (decimal): -2714425 or 13079766. OLE color: 13079766.

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

Color convert

RGB214148199-
CMYK00.310.070.16
HSL313.64º44.59%70.98%-
HSV(B)313.64º30.84%83.92%-
XYZ48.6339.659.11-
YUV173.55142.37156.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=38.15%
G=26.38%
B=35.47%

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
Decimal21414819900.310.070.16313.6444.5970.98
HexD694C701F71013a2d47
Octal32622430703772047255107
Binary110101101001010011000111011111111100001001110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694C7; }

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

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

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

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

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

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

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

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