Html Css Color HEX #8C38BC Dark Orchid

📋 copy color: '#8C38BC'

red 140 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #8C38BC

Tints of Dark Orchid #8C38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

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

R = 36.46%
G = 14.58%
B = 48.96%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C38BC (or 0x8C38BC) is known color: Dark Orchid. HEX triplet: 8C, 38 and BC. RGB value is (140,56,188). Sum of RGB (Red+Green+Blue) = 140+56+188=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C38BC is #73C743. Grayscale: #5F5F5F. Windows color (decimal): -7587652 or 12335244. OLE color: 12335244.

HSL color Cylindrical-coordinate representation of color #8C38BC: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C38BC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 56 188 -
CMYK 0.26 0.70 0 0.26
HSL 278.18º 0.54% 0.48% -
HSV(B) 278.18º 0.7% 0.74% -
XYZ 21.31 12.03 48.78 -
YUV 96.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 140 56 188 0.26 0.70 0 0.26 278.18 0.54 0.48
Hex 8C 38 BC 1A 46 0 1A 116 36 30
Octal 214 70 274 32 106 0 32 426 66 60
Binary 10001100 111000 10111100 11010 1000110 0 11010 100010110 110110 110000

Color Harmonies of #8C38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C38BC

Black with #8C38BC

Text Example


Text Example

White with #8C38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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