Html Css Color HEX #8C2CBE Dark Orchid

📋 copy color: '#8C2CBE'

red 140 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #8C2CBE

Tints of Dark Orchid #8C2CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 37.43%
G = 11.76%
B = 50.8%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C2CBE (or 0x8C2CBE) is known color: Dark Orchid. HEX triplet: 8C, 2C and BE. RGB value is (140,44,190). Sum of RGB (Red+Green+Blue) = 140+44+190=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C2CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CBE is #73D341. Grayscale: #585858. Windows color (decimal): -7590722 or 12463244. OLE color: 12463244.

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

Color convert

RGB 140 44 190 -
CMYK 0.26 0.77 0 0.25
HSL 279.45º 0.62% 0.46% -
HSV(B) 279.45º 0.77% 0.75% -
XYZ 21.01 11.09 49.75 -
YUV 89.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 140 44 190 0.26 0.77 0 0.25 279.45 0.62 0.46
Hex 8C 2C BE 1A 4D 0 19 117 3E 2E
Octal 214 54 276 32 115 0 31 427 76 56
Binary 10001100 101100 10111110 11010 1001101 0 11001 100010111 111110 101110

Color Harmonies of #8C2CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2CBE

Black with #8C2CBE

Text Example


Text Example

White with #8C2CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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