Html Css Color HEX #DC8EDC Plum

📋 copy color: '#DC8EDC'

red 220 ◦ green 142 ◦ blue 220

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

Shades of Plum #DC8EDC

Tints of Plum #DC8EDC

RGB

 RED value IS 220 (86.33% from 255) = 37.8%

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

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

R = 37.8%
G = 24.4%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC8EDC (or 0xDC8EDC) is known color: Plum. HEX triplet: DC, 8E and DC. RGB value is (220,142,220). Sum of RGB (Red+Green+Blue) = 220+142+220=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EDC is #237123. Grayscale: #ADADAD. Windows color (decimal): -2322724 or 14454492. OLE color: 14454492.

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

Color convert

RGB 220 142 220 -
CMYK 0 0.35 0 0.14
HSL 300º 0.53% 0.71% -
HSV(B) 300º 0.35% 0.86% -
XYZ 52.11 39.73 72.63 -
YUV 174.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 220 142 220 0 0.35 0 0.14 300 0.53 0.71
Hex DC 8E DC 0 23 0 E 12C 35 47
Octal 334 216 334 0 43 0 16 454 65 107
Binary 11011100 10001110 11011100 0 100011 0 1110 100101100 110101 1000111

Color Harmonies of #DC8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8EDC

Black with #DC8EDC

Text Example


Text Example

White with #DC8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8EDC; }

 p { color: rgb(220,142,220); }

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

background-color css

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

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

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

border-color css

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

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

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