Html Css Color HEX #8C21CC Dark Orchid

📋 copy color: '#8C21CC'

red 140 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #8C21CC

Tints of Dark Orchid #8C21CC

RGB

 RED value IS 140 (55.08% from 255) = 37.14%

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

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

R = 37.14%
G = 8.75%
B = 54.11%

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

#8C21CC (or 0x8C21CC) is known color: Dark Orchid. HEX triplet: 8C, 21 and CC. RGB value is (140,33,204). Sum of RGB (Red+Green+Blue) = 140+33+204=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21CC is #73DE33. Grayscale: #535353. Windows color (decimal): -7593524 or 13377932. OLE color: 13377932.

HSL color Cylindrical-coordinate representation of color #8C21CC: hue angle of 277.54º 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 #8C21CC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 33 204 -
CMYK 0.31 0.84 0 0.2
HSL 277.54º 0.72% 0.46% -
HSV(B) 277.54º 0.84% 0.8% -
XYZ 22.26 11.02 58.08 -
YUV 84.49 195.45 167.6 -
System Red Green Blue C M Y K H S L
Decimal 140 33 204 0.31 0.84 0 0.2 277.54 0.72 0.46
Hex 8C 21 CC 1F 54 0 14 116 48 2E
Octal 214 41 314 37 124 0 24 426 110 56
Binary 10001100 100001 11001100 11111 1010100 0 10100 100010110 1001000 101110

Color Harmonies of #8C21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C21CC

Black with #8C21CC

Text Example


Text Example

White with #8C21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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