#D68CC5

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

Shades of Lilac #D68CC5

Tints of Lilac #D68CC5

Color information

#D68CC5 (or 0xD68CC5) is unknown color: approx Lilac. HEX triplet: D6, 8C and C5. RGB value is (214,140,197). Sum of RGB (Red+Green+Blue) = 214+140+197=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CC5 is #29733A. Grayscale: #A8A8A8. Windows color (decimal): -2716475 or 12946646. OLE color: 12946646.

HSL color Cylindrical-coordinate representation of color #D68CC5: hue angle of 313.78º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CC5 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214140197-
CMYK00.350.080.16
HSL313.78º47.44%69.41%-
HSV(B)313.78º34.58%83.92%-
XYZ47.1937.0857.49-
YUV168.62144.02160.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 197 (77.34% from 255) = 35.75%
R=38.84%
G=25.41%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414019700.350.080.16313.7847.4469.41
HexD68CC502381013a2f45
Octal326214305043102047257105
Binary11010110100011001100010101000111000100001001110101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68CC5; }

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

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

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

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

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

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

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

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