Html Css Color HEX #D78CCC Plum

📋 copy color: '#D78CCC'

red 215 ◦ green 140 ◦ blue 204

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

Shades of Plum #D78CCC

Tints of Plum #D78CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 38.46%
G = 25.04%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D78CCC (or 0xD78CCC) is known color: Plum. HEX triplet: D7, 8C and CC. RGB value is (215,140,204). Sum of RGB (Red+Green+Blue) = 215+140+204=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D78CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CCC is #287333. Grayscale: #A9A9A9. Windows color (decimal): -2650932 or 13405399. OLE color: 13405399.

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

Color convert

RGB 215 140 204 -
CMYK 0 0.35 0.05 0.16
HSL 308.8º 0.48% 0.7% -
HSV(B) 308.8º 0.35% 0.84% -
XYZ 48.3 37.56 61.83 -
YUV 169.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 215 140 204 0 0.35 0.05 0.16 308.8 0.48 0.7
Hex D7 8C CC 0 23 5 10 135 30 46
Octal 327 214 314 0 43 5 20 465 60 106
Binary 11010111 10001100 11001100 0 100011 101 10000 100110101 110000 1000110

Color Harmonies of #D78CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78CCC

Black with #D78CCC

Text Example


Text Example

White with #D78CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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