Html Css Color HEX #D78EE0 Plum

📋 copy color: '#D78EE0'

red 215 ◦ green 142 ◦ blue 224

#D78EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #D78EE0

Tints of Plum #D78EE0

RGB

 RED value IS 215 (84.38% from 255) = 37.01%

 GREEN value IS 142 (55.86% from 255) = 24.44%

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 37.01%
G = 24.44%
B = 38.55%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D78EE0 (or 0xD78EE0) is known color: Plum. HEX triplet: D7, 8E and E0. RGB value is (215,142,224). Sum of RGB (Red+Green+Blue) = 215+142+224=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D78EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EE0 is #28711F. Grayscale: #ACACAC. Windows color (decimal): -2650400 or 14716631. OLE color: 14716631.

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

Color convert

RGB 215 142 224 -
CMYK 0.04 0.37 0 0.12
HSL 293.41º 0.57% 0.72% -
HSV(B) 293.41º 0.37% 0.88% -
XYZ 51.15 39.17 75.39 -
YUV 173.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 215 142 224 0.04 0.37 0 0.12 293.41 0.57 0.72
Hex D7 8E E0 4 25 0 C 125 39 48
Octal 327 216 340 4 45 0 14 445 71 110
Binary 11010111 10001110 11100000 100 100101 0 1100 100100101 111001 1001000

Color Harmonies of #D78EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78EE0

Black with #D78EE0

Text Example


Text Example

White with #D78EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78EE0; }

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

 H1.HeaderClassName
 {
   color: #D78EE0;
 }
 .AnyTagClassName
 {
   color: #D78EE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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