Html Css Color HEX #DC8CE6 Plum

📋 copy color: '#DC8CE6'

red 220 ◦ green 140 ◦ blue 230

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

Shades of Plum #DC8CE6

Tints of Plum #DC8CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.98%

R = 37.29%
G = 23.73%
B = 38.98%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC8CE6 (or 0xDC8CE6) is known color: Plum. HEX triplet: DC, 8C and E6. RGB value is (220,140,230). Sum of RGB (Red+Green+Blue) = 220+140+230=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 140 (55.08% from 255 or 23.73% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC8CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CE6 is #237319. Grayscale: #ADADAD. Windows color (decimal): -2323226 or 15109340. OLE color: 15109340.

HSL color Cylindrical-coordinate representation of color #DC8CE6: hue angle of 293.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8CE6 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 140 230 -
CMYK 0.04 0.39 0 0.10
HSL 293.33º 0.64% 0.73% -
HSV(B) 293.33º 0.39% 0.9% -
XYZ 53.18 39.68 79.72 -
YUV 174.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 220 140 230 0.04 0.39 0 0.10 293.33 0.64 0.73
Hex DC 8C E6 4 27 0 A 125 40 49
Octal 334 214 346 4 47 0 12 445 100 111
Binary 11011100 10001100 11100110 100 100111 0 1010 100100101 1000000 1001001

Color Harmonies of #DC8CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CE6

Black with #DC8CE6

Text Example


Text Example

White with #DC8CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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