Html Css Color HEX #8C1ECB Dark Orchid

📋 copy color: '#8C1ECB'

red 140 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #8C1ECB

Tints of Dark Orchid #8C1ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 37.53%
G = 8.04%
B = 54.42%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C1ECB (or 0x8C1ECB) is known color: Dark Orchid. HEX triplet: 8C, 1E and CB. RGB value is (140,30,203). Sum of RGB (Red+Green+Blue) = 140+30+203=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C1ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C1ECB is #73E134. Grayscale: #525252. Windows color (decimal): -7594293 or 13311628. OLE color: 13311628.

HSL color Cylindrical-coordinate representation of color #8C1ECB: hue angle of 278.15º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1ECB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 30 203 -
CMYK 0.31 0.85 0 0.20
HSL 278.15º 0.74% 0.46% -
HSV(B) 278.15º 0.85% 0.8% -
XYZ 22.06 10.82 57.42 -
YUV 82.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 140 30 203 0.31 0.85 0 0.20 278.15 0.74 0.46
Hex 8C 1E CB 1F 55 0 14 116 4A 2E
Octal 214 36 313 37 125 0 24 426 112 56
Binary 10001100 11110 11001011 11111 1010101 0 10100 100010110 1001010 101110

Color Harmonies of #8C1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1ECB

Black with #8C1ECB

Text Example


Text Example

White with #8C1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,30,203); }

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

background-color css

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

 a { background-color: rgb(140,30,203); }

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

border-color css

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

 span { border-color: rgb(140,30,203); }

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