Html Css Color HEX #8C3DCE Dark Orchid

📋 copy color: '#8C3DCE'

red 140 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #8C3DCE

Tints of Dark Orchid #8C3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

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

R = 34.4%
G = 14.99%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C3DCE (or 0x8C3DCE) is known color: Dark Orchid. HEX triplet: 8C, 3D and CE. RGB value is (140,61,206). Sum of RGB (Red+Green+Blue) = 140+61+206=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3DCE is #73C231. Grayscale: #646464. Windows color (decimal): -7586354 or 13516172. OLE color: 13516172.

HSL color Cylindrical-coordinate representation of color #8C3DCE: hue angle of 272.69º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C3DCE is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 61 206 -
CMYK 0.32 0.70 0 0.19
HSL 272.69º 0.6% 0.52% -
HSV(B) 272.69º 0.7% 0.81% -
XYZ 23.62 13.37 59.73 -
YUV 101.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 140 61 206 0.32 0.70 0 0.19 272.69 0.6 0.52
Hex 8C 3D CE 20 46 0 13 111 3C 34
Octal 214 75 316 40 106 0 23 421 74 64
Binary 10001100 111101 11001110 100000 1000110 0 10011 100010001 111100 110100

Color Harmonies of #8C3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3DCE

Black with #8C3DCE

Text Example


Text Example

White with #8C3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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