#D78CE4

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

Shades of Plum #D78CE4

Tints of Plum #D78CE4

Color information

#D78CE4 (or 0xD78CE4) is unknown color: approx Plum. HEX triplet: D7, 8C and E4. RGB value is (215,140,228). Sum of RGB (Red+Green+Blue) = 215+140+228=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #D78CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CE4 is #28731B. Grayscale: #ACACAC. Windows color (decimal): -2650908 or 14978263. OLE color: 14978263.

HSL color Cylindrical-coordinate representation of color #D78CE4: hue angle of 291.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78CE4 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215140228-
CMYK0.060.3900.11
HSL291.14º61.97%72.16%-
HSV(B)291.14º38.6%89.41%-
XYZ51.4138.878.18-
YUV172.46159.35158.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.88%
GREEN value IS 140 (55.08% from 255) = 24.01%
BLUE value IS 228 (89.45% from 255) = 39.11%
R=36.88%
G=24.01%
B=39.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151402280.060.3900.11291.1461.9772.16
HexD78CE46270B1233e48
Octal32721434464701344376110
Binary110101111000110011100100110100111010111001000111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78CE4; }

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

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

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

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

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

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

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

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