Html Css Color HEX #D78FCD Plum

📋 copy color: '#D78FCD'

red 215 ◦ green 143 ◦ blue 205

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

Shades of Plum #D78FCD

Tints of Plum #D78FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 38.19%
G = 25.4%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D78FCD (or 0xD78FCD) is known color: Plum. HEX triplet: D7, 8F and CD. RGB value is (215,143,205). Sum of RGB (Red+Green+Blue) = 215+143+205=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D78FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78FCD is #287032. Grayscale: #ABABAB. Windows color (decimal): -2650163 or 13471703. OLE color: 13471703.

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

Color convert

RGB 215 143 205 -
CMYK 0 0.33 0.05 0.16
HSL 308.33º 0.47% 0.7% -
HSV(B) 308.33º 0.33% 0.84% -
XYZ 48.87 38.5 62.61 -
YUV 171.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 215 143 205 0 0.33 0.05 0.16 308.33 0.47 0.7
Hex D7 8F CD 0 21 5 10 134 2F 46
Octal 327 217 315 0 41 5 20 464 57 106
Binary 11010111 10001111 11001101 0 100001 101 10000 100110100 101111 1000110

Color Harmonies of #D78FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78FCD

Black with #D78FCD

Text Example


Text Example

White with #D78FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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