Html Css Color HEX #8C20CF Dark Orchid

📋 copy color: '#8C20CF'

red 140 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #8C20CF

Tints of Dark Orchid #8C20CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.44%

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 36.94%
G = 8.44%
B = 54.62%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C20CF (or 0x8C20CF) is known color: Dark Orchid. HEX triplet: 8C, 20 and CF. RGB value is (140,32,207). Sum of RGB (Red+Green+Blue) = 140+32+207=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C20CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C20CF is #73DF30. Grayscale: #535353. Windows color (decimal): -7593777 or 13574284. OLE color: 13574284.

HSL color Cylindrical-coordinate representation of color #8C20CF: hue angle of 277.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C20CF is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 32 207 -
CMYK 0.32 0.85 0 0.19
HSL 277.03º 0.73% 0.47% -
HSV(B) 277.03º 0.85% 0.81% -
XYZ 22.59 11.11 59.99 -
YUV 84.24 197.28 167.77 -
System Red Green Blue C M Y K H S L
Decimal 140 32 207 0.32 0.85 0 0.19 277.03 0.73 0.47
Hex 8C 20 CF 20 55 0 13 115 49 2F
Octal 214 40 317 40 125 0 23 425 111 57
Binary 10001100 100000 11001111 100000 1010101 0 10011 100010101 1001001 101111

Color Harmonies of #8C20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C20CF

Black with #8C20CF

Text Example


Text Example

White with #8C20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,32,207); }

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

background-color css

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

 a { background-color: rgb(140,32,207); }

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

border-color css

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

 span { border-color: rgb(140,32,207); }

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