Html Css Color HEX #8C30C7 Dark Orchid

📋 copy color: '#8C30C7'

red 140 ◦ green 48 ◦ blue 199

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

Shades of Dark Orchid #8C30C7

Tints of Dark Orchid #8C30C7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.4%

 BLUE value IS 199 (78.13% from 255) = 51.42%

R = 36.18%
G = 12.4%
B = 51.42%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8C30C7 (or 0x8C30C7) is known color: Dark Orchid. HEX triplet: 8C, 30 and C7. RGB value is (140,48,199). Sum of RGB (Red+Green+Blue) = 140+48+199=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C30C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30C7 is #73CF38. Grayscale: #5C5C5C. Windows color (decimal): -7589689 or 13054092. OLE color: 13054092.

HSL color Cylindrical-coordinate representation of color #8C30C7: hue angle of 276.56º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C30C7 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 48 199 -
CMYK 0.30 0.76 0 0.22
HSL 276.56º 0.61% 0.48% -
HSV(B) 276.56º 0.76% 0.78% -
XYZ 22.18 11.81 55.14 -
YUV 92.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 140 48 199 0.30 0.76 0 0.22 276.56 0.61 0.48
Hex 8C 30 C7 1E 4C 0 16 115 3D 30
Octal 214 60 307 36 114 0 26 425 75 60
Binary 10001100 110000 11000111 11110 1001100 0 10110 100010101 111101 110000

Color Harmonies of #8C30C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C30C7

Black with #8C30C7

Text Example


Text Example

White with #8C30C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,199); }

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

background-color css

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

 a { background-color: rgb(140,48,199); }

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

border-color css

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

 span { border-color: rgb(140,48,199); }

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