Html Css Color HEX #D78EDC Plum

📋 copy color: '#D78EDC'

red 215 ◦ green 142 ◦ blue 220

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

Shades of Plum #D78EDC

Tints of Plum #D78EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 37.26%
G = 24.61%
B = 38.13%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78EDC (or 0xD78EDC) is known color: Plum. HEX triplet: D7, 8E and DC. RGB value is (215,142,220). Sum of RGB (Red+Green+Blue) = 215+142+220=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #D78EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78EDC is #287123. Grayscale: #ACACAC. Windows color (decimal): -2650404 or 14454487. OLE color: 14454487.

HSL color Cylindrical-coordinate representation of color #D78EDC: hue angle of 296.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D78EDC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 142 220 -
CMYK 0.02 0.35 0 0.14
HSL 296.15º 0.53% 0.71% -
HSV(B) 296.15º 0.35% 0.86% -
XYZ 50.62 38.96 72.56 -
YUV 172.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 215 142 220 0.02 0.35 0 0.14 296.15 0.53 0.71
Hex D7 8E DC 2 23 0 E 128 35 47
Octal 327 216 334 2 43 0 16 450 65 107
Binary 11010111 10001110 11011100 10 100011 0 1110 100101000 110101 1000111

Color Harmonies of #D78EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78EDC

Black with #D78EDC

Text Example


Text Example

White with #D78EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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