Html Css Color HEX #D78EDA Plum

📋 copy color: '#D78EDA'

red 215 ◦ green 142 ◦ blue 218

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

Shades of Plum #D78EDA

Tints of Plum #D78EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 37.39%
G = 24.7%
B = 37.91%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D78EDA (or 0xD78EDA) is known color: Plum. HEX triplet: D7, 8E and DA. RGB value is (215,142,218). Sum of RGB (Red+Green+Blue) = 215+142+218=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D78EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EDA is #287125. Grayscale: #ACACAC. Windows color (decimal): -2650406 or 14323415. OLE color: 14323415.

HSL color Cylindrical-coordinate representation of color #D78EDA: hue angle of 297.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78EDA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 142 218 -
CMYK 0.01 0.35 0 0.15
HSL 297.63º 0.51% 0.71% -
HSV(B) 297.63º 0.35% 0.85% -
XYZ 50.35 38.86 71.18 -
YUV 172.49 153.68 158.32 -
System Red Green Blue C M Y K H S L
Decimal 215 142 218 0.01 0.35 0 0.15 297.63 0.51 0.71
Hex D7 8E DA 1 23 0 F 12A 33 47
Octal 327 216 332 1 43 0 17 452 63 107
Binary 11010111 10001110 11011010 1 100011 0 1111 100101010 110011 1000111

Color Harmonies of #D78EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78EDA

Black with #D78EDA

Text Example


Text Example

White with #D78EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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