Html Css Color HEX #8D21CC Dark Orchid

📋 copy color: '#8D21CC'

red 141 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #8D21CC

Tints of Dark Orchid #8D21CC

RGB

 RED value IS 141 (55.47% from 255) = 37.3%

 GREEN value IS 33 (13.28% from 255) = 8.73%

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

R = 37.3%
G = 8.73%
B = 53.97%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D21CC (or 0x8D21CC) is known color: Dark Orchid. HEX triplet: 8D, 21 and CC. RGB value is (141,33,204). Sum of RGB (Red+Green+Blue) = 141+33+204=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D21CC is #72DE33. Grayscale: #545454. Windows color (decimal): -7527988 or 13377933. OLE color: 13377933.

HSL color Cylindrical-coordinate representation of color #8D21CC: hue angle of 277.89º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D21CC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 33 204 -
CMYK 0.31 0.84 0 0.2
HSL 277.89º 0.72% 0.46% -
HSV(B) 277.89º 0.84% 0.8% -
XYZ 22.43 11.11 58.09 -
YUV 84.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 141 33 204 0.31 0.84 0 0.2 277.89 0.72 0.46
Hex 8D 21 CC 1F 54 0 14 116 48 2E
Octal 215 41 314 37 124 0 24 426 110 56
Binary 10001101 100001 11001100 11111 1010100 0 10100 100010110 1001000 101110

Color Harmonies of #8D21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D21CC

Black with #8D21CC

Text Example


Text Example

White with #8D21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D21CC; }

 p { color: rgb(141,33,204); }

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

background-color css

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

 a { background-color: rgb(141,33,204); }

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

border-color css

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

 span { border-color: rgb(141,33,204); }

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