Html Css Color HEX #8C2FBC Dark Orchid

📋 copy color: '#8C2FBC'

red 140 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #8C2FBC

Tints of Dark Orchid #8C2FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.53%

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

R = 37.33%
G = 12.53%
B = 50.13%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C2FBC (or 0x8C2FBC) is known color: Dark Orchid. HEX triplet: 8C, 2F and BC. RGB value is (140,47,188). Sum of RGB (Red+Green+Blue) = 140+47+188=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 47 (18.75% from 255 or 12.53% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FBC is #73D043. Grayscale: #5A5A5A. Windows color (decimal): -7589956 or 12332940. OLE color: 12332940.

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

Color convert

RGB 140 47 188 -
CMYK 0.26 0.75 0 0.26
HSL 279.57º 0.6% 0.46% -
HSV(B) 279.57º 0.75% 0.74% -
XYZ 20.91 11.24 48.64 -
YUV 90.88 182.81 163.04 -
System Red Green Blue C M Y K H S L
Decimal 140 47 188 0.26 0.75 0 0.26 279.57 0.6 0.46
Hex 8C 2F BC 1A 4B 0 1A 118 3C 2E
Octal 214 57 274 32 113 0 32 430 74 56
Binary 10001100 101111 10111100 11010 1001011 0 11010 100011000 111100 101110

Color Harmonies of #8C2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2FBC

Black with #8C2FBC

Text Example


Text Example

White with #8C2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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