#D78CE0

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

Shades of Plum #D78CE0

Tints of Plum #D78CE0

Color information

#D78CE0 (or 0xD78CE0) is unknown color: approx Plum. HEX triplet: D7, 8C and E0. RGB value is (215,140,224). Sum of RGB (Red+Green+Blue) = 215+140+224=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #D78CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CE0 is #28731F. Grayscale: #ABABAB. Windows color (decimal): -2650912 or 14716119. OLE color: 14716119.

HSL color Cylindrical-coordinate representation of color #D78CE0: hue angle of 293.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78CE0 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215140224-
CMYK0.040.3800.12
HSL293.57º57.53%71.37%-
HSV(B)293.57º37.5%87.84%-
XYZ50.8638.5975.29-
YUV172157.35158.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 140 (55.08% from 255) = 24.18%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=37.13%
G=24.18%
B=38.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151402240.040.3800.12293.5757.5371.37
HexD78CE04260C1263a47
Octal32721434044601444672107
Binary110101111000110011100000100100110011001001001101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CE0; }

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

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

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

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

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

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

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

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