Html Css Color HEX #8C2CBC Dark Orchid

📋 copy color: '#8C2CBC'

red 140 ◦ green 44 ◦ blue 188

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

Shades of Dark Orchid #8C2CBC

Tints of Dark Orchid #8C2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.83%

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 37.63%
G = 11.83%
B = 50.54%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C2CBC (or 0x8C2CBC) is known color: Dark Orchid. HEX triplet: 8C, 2C and BC. RGB value is (140,44,188). Sum of RGB (Red+Green+Blue) = 140+44+188=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CBC is #73D343. Grayscale: #585858. Windows color (decimal): -7590724 or 12332172. OLE color: 12332172.

HSL color Cylindrical-coordinate representation of color #8C2CBC: hue angle of 280º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C2CBC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 44 188 -
CMYK 0.26 0.77 0 0.26
HSL 280º 0.62% 0.45% -
HSV(B) 280º 0.77% 0.74% -
XYZ 20.79 11.01 48.61 -
YUV 89.12 183.8 164.29 -
System Red Green Blue C M Y K H S L
Decimal 140 44 188 0.26 0.77 0 0.26 280 0.62 0.45
Hex 8C 2C BC 1A 4D 0 1A 118 3E 2D
Octal 214 54 274 32 115 0 32 430 76 55
Binary 10001100 101100 10111100 11010 1001101 0 11010 100011000 111110 101101

Color Harmonies of #8C2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2CBC

Black with #8C2CBC

Text Example


Text Example

White with #8C2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,44,188); }

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

background-color css

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

 a { background-color: rgb(140,44,188); }

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

border-color css

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

 span { border-color: rgb(140,44,188); }

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