Html Css Color HEX #8C30CE Dark Orchid

📋 copy color: '#8C30CE'

red 140 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #8C30CE

Tints of Dark Orchid #8C30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 35.53%
G = 12.18%
B = 52.28%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C30CE (or 0x8C30CE) is known color: Dark Orchid. HEX triplet: 8C, 30 and CE. RGB value is (140,48,206). Sum of RGB (Red+Green+Blue) = 140+48+206=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30CE is #73CF31. Grayscale: #5C5C5C. Windows color (decimal): -7589682 or 13512844. OLE color: 13512844.

HSL color Cylindrical-coordinate representation of color #8C30CE: hue angle of 274.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C30CE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 48 206 -
CMYK 0.32 0.77 0 0.19
HSL 274.94º 0.62% 0.5% -
HSV(B) 274.94º 0.77% 0.81% -
XYZ 23.01 12.15 59.52 -
YUV 93.52 191.48 161.15 -
System Red Green Blue C M Y K H S L
Decimal 140 48 206 0.32 0.77 0 0.19 274.94 0.62 0.5
Hex 8C 30 CE 20 4D 0 13 113 3E 32
Octal 214 60 316 40 115 0 23 423 76 62
Binary 10001100 110000 11001110 100000 1001101 0 10011 100010011 111110 110010

Color Harmonies of #8C30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C30CE

Black with #8C30CE

Text Example


Text Example

White with #8C30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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