#D68AC6

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

Shades of Lilac #D68AC6

Tints of Lilac #D68AC6

Color information

#D68AC6 (or 0xD68AC6) is unknown color: approx Lilac. HEX triplet: D6, 8A and C6. RGB value is (214,138,198). Sum of RGB (Red+Green+Blue) = 214+138+198=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AC6 is #297539. Grayscale: #A7A7A7. Windows color (decimal): -2716986 or 13011670. OLE color: 13011670.

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

Color convert

RGB214138198-
CMYK00.360.070.16
HSL312.63º48.1%69.02%-
HSV(B)312.63º35.51%83.92%-
XYZ47.0136.5558-
YUV167.56145.18161.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 198 (77.73% from 255) = 36%
R=38.91%
G=25.09%
B=36%

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
Decimal21413819800.360.070.16312.6348.169.02
HexD68AC60247101393045
Octal32621230604472047160105
Binary1101011010001010110001100100100111100001001110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68AC6; }

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

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

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

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

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

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

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

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