Html Css Color HEX #DC8CCA Plum

📋 copy color: '#DC8CCA'

red 220 ◦ green 140 ◦ blue 202

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

Shades of Plum #DC8CCA

Tints of Plum #DC8CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 39.15%
G = 24.91%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC8CCA (or 0xDC8CCA) is known color: Plum. HEX triplet: DC, 8C and CA. RGB value is (220,140,202). Sum of RGB (Red+Green+Blue) = 220+140+202=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CCA is #237335. Grayscale: #AAAAAA. Windows color (decimal): -2323254 or 13274332. OLE color: 13274332.

HSL color Cylindrical-coordinate representation of color #DC8CCA: hue angle of 313.5º 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 #DC8CCA is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 140 202 -
CMYK 0 0.36 0.08 0.14
HSL 313.5º 0.53% 0.71% -
HSV(B) 313.5º 0.36% 0.86% -
XYZ 49.55 38.24 60.65 -
YUV 170.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 220 140 202 0 0.36 0.08 0.14 313.5 0.53 0.71
Hex DC 8C CA 0 24 8 E 13A 35 47
Octal 334 214 312 0 44 10 16 472 65 107
Binary 11011100 10001100 11001010 0 100100 1000 1110 100111010 110101 1000111

Color Harmonies of #DC8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CCA

Black with #DC8CCA

Text Example


Text Example

White with #DC8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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