#D68FC5

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

Shades of Lilac #D68FC5

Tints of Lilac #D68FC5

Color information

#D68FC5 (or 0xD68FC5) is unknown color: approx Lilac. HEX triplet: D6, 8F and C5. RGB value is (214,143,197). Sum of RGB (Red+Green+Blue) = 214+143+197=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FC5 is #29703A. Grayscale: #AAAAAA. Windows color (decimal): -2715707 or 12947414. OLE color: 12947414.

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

Color convert

RGB214143197-
CMYK00.330.080.16
HSL314.37º46.41%70%-
HSV(B)314.37º33.18%83.92%-
XYZ47.6337.9757.64-
YUV170.38143.02159.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=38.63%
G=25.81%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414319700.330.080.16314.3746.4170
HexD68FC502181013a2e46
Octal326217305041102047256106
Binary11010110100011111100010101000011000100001001110101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FC5; }

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

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

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

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

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

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

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

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