Html Css Color HEX #D78CDC Plum

📋 copy color: '#D78CDC'

red 215 ◦ green 140 ◦ blue 220

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

Shades of Plum #D78CDC

Tints of Plum #D78CDC

RGB

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

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

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

R = 37.39%
G = 24.35%
B = 38.26%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78CDC (or 0xD78CDC) is known color: Plum. HEX triplet: D7, 8C and DC. RGB value is (215,140,220). Sum of RGB (Red+Green+Blue) = 215+140+220=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D78CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CDC is #287323. Grayscale: #ABABAB. Windows color (decimal): -2650916 or 14453975. OLE color: 14453975.

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

Color convert

RGB 215 140 220 -
CMYK 0.02 0.36 0 0.14
HSL 296.25º 0.53% 0.71% -
HSV(B) 296.25º 0.36% 0.86% -
XYZ 50.32 38.37 72.46 -
YUV 171.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 215 140 220 0.02 0.36 0 0.14 296.25 0.53 0.71
Hex D7 8C DC 2 24 0 E 128 35 47
Octal 327 214 334 2 44 0 16 450 65 107
Binary 11010111 10001100 11011100 10 100100 0 1110 100101000 110101 1000111

Color Harmonies of #D78CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78CDC

Black with #D78CDC

Text Example


Text Example

White with #D78CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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