#D68AC7

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

Shades of Lilac #D68AC7

Tints of Lilac #D68AC7

Color information

#D68AC7 (or 0xD68AC7) is unknown color: approx Lilac. HEX triplet: D6, 8A and C7. RGB value is (214,138,199). Sum of RGB (Red+Green+Blue) = 214+138+199=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AC7 is #297538. Grayscale: #A7A7A7. Windows color (decimal): -2716985 or 13077206. OLE color: 13077206.

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

Color convert

RGB214138199-
CMYK00.360.070.16
HSL311.84º48.1%69.02%-
HSV(B)311.84º35.51%83.92%-
XYZ47.1336.658.61-
YUV167.68145.68161.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 199 (78.12% from 255) = 36.12%
R=38.84%
G=25.05%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413819900.360.070.16311.8448.169.02
HexD68AC70247101383045
Octal32621230704472047060105
Binary1101011010001010110001110100100111100001001110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AC7; }

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

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

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

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

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

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

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

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