#D68FC6

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

Shades of Lilac #D68FC6

Tints of Lilac #D68FC6

Color information

#D68FC6 (or 0xD68FC6) is unknown color: approx Lilac. HEX triplet: D6, 8F and C6. RGB value is (214,143,198). Sum of RGB (Red+Green+Blue) = 214+143+198=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FC6 is #297039. Grayscale: #AAAAAA. Windows color (decimal): -2715706 or 13012950. OLE color: 13012950.

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

Color convert

RGB214143198-
CMYK00.330.070.16
HSL313.52º46.41%70%-
HSV(B)313.52º33.18%83.92%-
XYZ47.7538.0258.25-
YUV170.5143.52159.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=38.56%
G=25.77%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414319800.330.070.16313.5246.4170
HexD68FC602171013a2e46
Octal32621730604172047256106
Binary1101011010001111110001100100001111100001001110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FC6; }

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

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

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

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

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

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

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

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