#D694C8

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

Shades of Lilac #D694C8

Tints of Lilac #D694C8

Color information

#D694C8 (or 0xD694C8) is unknown color: approx Lilac. HEX triplet: D6, 94 and C8. RGB value is (214,148,200). Sum of RGB (Red+Green+Blue) = 214+148+200=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D694C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694C8 is #296B37. Grayscale: #ADADAD. Windows color (decimal): -2714424 or 13145302. OLE color: 13145302.

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

Color convert

RGB214148200-
CMYK00.310.070.16
HSL312.73º44.59%70.98%-
HSV(B)312.73º30.84%83.92%-
XYZ48.7539.6559.73-
YUV173.66142.87156.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 200 (78.52% from 255) = 35.59%
R=38.08%
G=26.33%
B=35.59%

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
Decimal21414820000.310.070.16312.7344.5970.98
HexD694C801F7101392d47
Octal32622431003772047155107
Binary110101101001010011001000011111111100001001110011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694C8; }

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

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

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

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

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

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

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

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