Html Css Color HEX #D78ECE Plum

📋 copy color: '#D78ECE'

red 215 ◦ green 142 ◦ blue 206

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

Shades of Plum #D78ECE

Tints of Plum #D78ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.59%

R = 38.19%
G = 25.22%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D78ECE (or 0xD78ECE) is known color: Plum. HEX triplet: D7, 8E and CE. RGB value is (215,142,206). Sum of RGB (Red+Green+Blue) = 215+142+206=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D78ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78ECE is #287131. Grayscale: #AAAAAA. Windows color (decimal): -2650418 or 13536983. OLE color: 13536983.

HSL color Cylindrical-coordinate representation of color #D78ECE: hue angle of 307.4º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D78ECE is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 142 206 -
CMYK 0 0.34 0.04 0.16
HSL 307.4º 0.48% 0.7% -
HSV(B) 307.4º 0.34% 0.84% -
XYZ 48.84 38.25 63.2 -
YUV 171.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 215 142 206 0 0.34 0.04 0.16 307.4 0.48 0.7
Hex D7 8E CE 0 22 4 10 133 30 46
Octal 327 216 316 0 42 4 20 463 60 106
Binary 11010111 10001110 11001110 0 100010 100 10000 100110011 110000 1000110

Color Harmonies of #D78ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78ECE

Black with #D78ECE

Text Example


Text Example

White with #D78ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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