#D68FCD

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

Shades of Lilac #D68FCD

Tints of Lilac #D68FCD

Color information

#D68FCD (or 0xD68FCD) is unknown color: approx Lilac. HEX triplet: D6, 8F and CD. RGB value is (214,143,205). Sum of RGB (Red+Green+Blue) = 214+143+205=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D68FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FCD is #297032. Grayscale: #ABABAB. Windows color (decimal): -2715699 or 13471702. OLE color: 13471702.

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

Color convert

RGB214143205-
CMYK00.330.040.16
HSL307.61º46.41%70%-
HSV(B)307.61º33.18%83.92%-
XYZ48.5738.3562.6-
YUV171.3147.02158.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=38.08%
G=25.44%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414320500.330.040.16307.6146.4170
HexD68FCD0214101342e46
Octal32621731504142046456106
Binary1101011010001111110011010100001100100001001101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68FCD; }

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

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

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

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

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

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

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

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