#D68AC9

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

Shades of Lilac #D68AC9

Tints of Lilac #D68AC9

Color information

#D68AC9 (or 0xD68AC9) is unknown color: approx Lilac. HEX triplet: D6, 8A and C9. RGB value is (214,138,201). Sum of RGB (Red+Green+Blue) = 214+138+201=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AC9 is #297536. Grayscale: #A7A7A7. Windows color (decimal): -2716983 or 13208278. OLE color: 13208278.

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

Color convert

RGB214138201-
CMYK00.360.060.16
HSL310.26º48.1%69.02%-
HSV(B)310.26º35.51%83.92%-
XYZ47.3636.6959.84-
YUV167.91146.68160.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=38.70%
G=24.95%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413820100.360.060.16310.2648.169.02
HexD68AC90246101363045
Octal32621231104462046660105
Binary1101011010001010110010010100100110100001001101101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AC9; }

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

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

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

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

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

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

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

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