Html Css Color HEX #8C2CCE Dark Orchid

📋 copy color: '#8C2CCE'

red 140 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #8C2CCE

Tints of Dark Orchid #8C2CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.28%

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

R = 35.9%
G = 11.28%
B = 52.82%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C2CCE (or 0x8C2CCE) is known color: Dark Orchid. HEX triplet: 8C, 2C and CE. RGB value is (140,44,206). Sum of RGB (Red+Green+Blue) = 140+44+206=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CCE is #73D331. Grayscale: #5A5A5A. Windows color (decimal): -7590706 or 13511820. OLE color: 13511820.

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

Color convert

RGB 140 44 206 -
CMYK 0.32 0.79 0 0.19
HSL 275.56º 0.65% 0.49% -
HSV(B) 275.56º 0.79% 0.81% -
XYZ 22.86 11.83 59.47 -
YUV 91.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 140 44 206 0.32 0.79 0 0.19 275.56 0.65 0.49
Hex 8C 2C CE 20 4F 0 13 114 41 31
Octal 214 54 316 40 117 0 23 424 101 61
Binary 10001100 101100 11001110 100000 1001111 0 10011 100010100 1000001 110001

Color Harmonies of #8C2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2CCE

Black with #8C2CCE

Text Example


Text Example

White with #8C2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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