#D68FCC

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

Shades of Lilac #D68FCC

Tints of Lilac #D68FCC

Color information

#D68FCC (or 0xD68FCC) is unknown color: approx Lilac. HEX triplet: D6, 8F and CC. RGB value is (214,143,204). Sum of RGB (Red+Green+Blue) = 214+143+204=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCC is #297033. Grayscale: #ABABAB. Windows color (decimal): -2715700 or 13406166. OLE color: 13406166.

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

Color convert

RGB214143204-
CMYK00.330.050.16
HSL308.45º46.41%70%-
HSV(B)308.45º33.18%83.92%-
XYZ48.4538.361.97-
YUV171.18146.52158.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=38.15%
G=25.49%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414320400.330.050.16308.4546.4170
HexD68FCC0215101342e46
Octal32621731404152046456106
Binary1101011010001111110011000100001101100001001101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FCC; }

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

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

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

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

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

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

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

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