#D68DC9

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

Shades of Lilac #D68DC9

Tints of Lilac #D68DC9

Color information

#D68DC9 (or 0xD68DC9) is unknown color: approx Lilac. HEX triplet: D6, 8D and C9. RGB value is (214,141,201). Sum of RGB (Red+Green+Blue) = 214+141+201=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D68DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DC9 is #297236. Grayscale: #A9A9A9. Windows color (decimal): -2716215 or 13209046. OLE color: 13209046.

HSL color Cylindrical-coordinate representation of color #D68DC9: hue angle of 310.68º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68DC9 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214141201-
CMYK00.340.060.16
HSL310.68º47.1%69.61%-
HSV(B)310.68º34.11%83.92%-
XYZ47.837.5659.99-
YUV169.67145.68159.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 201 (78.91% from 255) = 36.15%
R=38.49%
G=25.36%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414120100.340.060.16310.6847.169.61
HexD68DC90226101372f46
Octal32621531104262046757106
Binary1101011010001101110010010100010110100001001101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68DC9; }

 p { color: rgb(214,141,201); }

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

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

 a { background-color: rgb(214,141,201); }

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

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

 span { border-color: rgb(214,141,201); }

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