Html Css Color HEX #D78FDC Plum

📋 copy color: '#D78FDC'

red 215 ◦ green 143 ◦ blue 220

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

Shades of Plum #D78FDC

Tints of Plum #D78FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.74%

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

R = 37.2%
G = 24.74%
B = 38.06%

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

#D78FDC (or 0xD78FDC) is known color: Plum. HEX triplet: D7, 8F and DC. RGB value is (215,143,220). Sum of RGB (Red+Green+Blue) = 215+143+220=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D78FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FDC is #287023. Grayscale: #ADADAD. Windows color (decimal): -2650148 or 14454743. OLE color: 14454743.

HSL color Cylindrical-coordinate representation of color #D78FDC: hue angle of 296.1º degrees, saturation: 0.52, 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 #D78FDC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 143 220 -
CMYK 0.02 0.35 0 0.14
HSL 296.1º 0.52% 0.71% -
HSV(B) 296.1º 0.35% 0.86% -
XYZ 50.77 39.26 72.61 -
YUV 173.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 215 143 220 0.02 0.35 0 0.14 296.1 0.52 0.71
Hex D7 8F DC 2 23 0 E 128 34 47
Octal 327 217 334 2 43 0 16 450 64 107
Binary 11010111 10001111 11011100 10 100011 0 1110 100101000 110100 1000111

Color Harmonies of #D78FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78FDC

Black with #D78FDC

Text Example


Text Example

White with #D78FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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