Shades of Dark Orchid #8C2DCE
Tints of Dark Orchid #8C2DCE
RGB
CMYK
RGB Variations
Color information
#8C2DCE (or 0x8C2DCE) is known color: Dark Orchid. HEX triplet: 8C, 2D and CE. RGB value is (140,45,206). Sum of RGB (Red+Green+Blue) = 140+45+206=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C2DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2DCE is #73D231. Grayscale: #5B5B5B. Windows color (decimal): -7590450 or 13512076. OLE color: 13512076.
HSL color Cylindrical-coordinate representation of color #8C2DCE: hue angle of 275.4º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2DCE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 45 | 206 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.19 |
| HSL | 275.4º | 0.64% | 0.49% | - |
| HSV(B) | 275.4º | 0.78% | 0.81% | - |
| XYZ | 22.89 | 11.91 | 59.48 | - |
| YUV | 91.76 | 192.47 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 206 | 0.32 | 0.78 | 0 | 0.19 | 275.4 | 0.64 | 0.49 |
| Hex | 8C | 2D | CE | 20 | 4E | 0 | 13 | 113 | 40 | 31 |
| Octal | 214 | 55 | 316 | 40 | 116 | 0 | 23 | 423 | 100 | 61 |
| Binary | 10001100 | 101101 | 11001110 | 100000 | 1001110 | 0 | 10011 | 100010011 | 1000000 | 110001 |
Color Harmonies of #8C2DCE
Complementary color
Monochromatic Colors of #8C2DCE
Black with #8C2DCE
Text Example
Text Example
White with #8C2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DCE; }
p { color: rgb(140,45,206); }
H1.HeaderClassName
{
color: #8C2DCE;
}
.AnyTagClassName
{
color: #8C2DCE;
}
</style>
background-color css
<style>
a { background-color: #8C2DCE; }
a { background-color: rgb(140,45,206); }
div.DivClassName
{
background-color: #8C2DCE;
}
.BgClassName
{
background-color: #8C2DCE;
}
</style>
border-color css
<style>
span { border-color: #8C2DCE; }
span { border-color: rgb(140,45,206); }
td.TdClassName
{
border-color: #8C2DCE;
}
.TagClassName
{
border-color: #8C2DCE;
}
</style>