Html Css Color HEX #D78CE4 Plum

📋 copy color: '#D78CE4'

red 215 ◦ green 140 ◦ blue 228

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

Shades of Plum #D78CE4

Tints of Plum #D78CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.01%

 BLUE value IS 228 (89.45% from 255) = 39.11%

R = 36.88%
G = 24.01%
B = 39.11%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D78CE4 (or 0xD78CE4) is known color: Plum. HEX triplet: D7, 8C and E4. RGB value is (215,140,228). Sum of RGB (Red+Green+Blue) = 215+140+228=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #D78CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CE4 is #28731B. Grayscale: #ACACAC. Windows color (decimal): -2650908 or 14978263. OLE color: 14978263.

HSL color Cylindrical-coordinate representation of color #D78CE4: hue angle of 291.14º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D78CE4 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 140 228 -
CMYK 0.06 0.39 0 0.11
HSL 291.14º 0.62% 0.72% -
HSV(B) 291.14º 0.39% 0.89% -
XYZ 51.41 38.8 78.18 -
YUV 172.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 215 140 228 0.06 0.39 0 0.11 291.14 0.62 0.72
Hex D7 8C E4 6 27 0 B 123 3E 48
Octal 327 214 344 6 47 0 13 443 76 110
Binary 11010111 10001100 11100100 110 100111 0 1011 100100011 111110 1001000

Color Harmonies of #D78CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78CE4

Black with #D78CE4

Text Example


Text Example

White with #D78CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78CE4; }

 p { color: rgb(215,140,228); }

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

background-color css

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

 a { background-color: rgb(215,140,228); }

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

border-color css

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

 span { border-color: rgb(215,140,228); }

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