#D78CCE

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

Shades of Plum #D78CCE

Tints of Plum #D78CCE

Color information

#D78CCE (or 0xD78CCE) is unknown color: approx Plum. HEX triplet: D7, 8C and CE. RGB value is (215,140,206). Sum of RGB (Red+Green+Blue) = 215+140+206=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CCE is #287331. Grayscale: #A9A9A9. Windows color (decimal): -2650930 or 13536471. OLE color: 13536471.

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

Color convert

RGB215140206-
CMYK00.350.040.16
HSL307.2º48.39%69.61%-
HSV(B)307.2º34.88%84.31%-
XYZ48.5437.6663.1-
YUV169.95148.35160.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=38.32%
G=24.96%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514020600.350.040.16307.248.3969.61
HexD78CCE0234101333046
Octal32721431604342046360106
Binary1101011110001100110011100100011100100001001100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CCE; }

 p { color: rgb(215,140,206); }

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

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

 a { background-color: rgb(215,140,206); }

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

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

 span { border-color: rgb(215,140,206); }

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