Shades of Dark Orchid #8C48CE
Tints of Dark Orchid #8C48CE
RGB
CMYK
RGB Variations
Color information
#8C48CE (or 0x8C48CE) is known color: Dark Orchid. HEX triplet: 8C, 48 and CE. RGB value is (140,72,206). Sum of RGB (Red+Green+Blue) = 140+72+206=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48CE is #73B731. Grayscale: #6B6B6B. Windows color (decimal): -7583538 or 13518988. OLE color: 13518988.
HSL color Cylindrical-coordinate representation of color #8C48CE: hue angle of 270.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C48CE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 72 | 206 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.19 |
| HSL | 270.45º | 0.58% | 0.55% | - |
| HSV(B) | 270.45º | 0.65% | 0.81% | - |
| XYZ | 24.27 | 14.67 | 59.94 | - |
| YUV | 107.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 206 | 0.32 | 0.65 | 0 | 0.19 | 270.45 | 0.58 | 0.55 |
| Hex | 8C | 48 | CE | 20 | 41 | 0 | 13 | 10E | 3A | 37 |
| Octal | 214 | 110 | 316 | 40 | 101 | 0 | 23 | 416 | 72 | 67 |
| Binary | 10001100 | 1001000 | 11001110 | 100000 | 1000001 | 0 | 10011 | 100001110 | 111010 | 110111 |
Color Harmonies of #8C48CE
Complementary color
Monochromatic Colors of #8C48CE
Black with #8C48CE
Text Example
Text Example
White with #8C48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C48CE; }
p { color: rgb(140,72,206); }
H1.HeaderClassName
{
color: #8C48CE;
}
.AnyTagClassName
{
color: #8C48CE;
}
</style>
background-color css
<style>
a { background-color: #8C48CE; }
a { background-color: rgb(140,72,206); }
div.DivClassName
{
background-color: #8C48CE;
}
.BgClassName
{
background-color: #8C48CE;
}
</style>
border-color css
<style>
span { border-color: #8C48CE; }
span { border-color: rgb(140,72,206); }
td.TdClassName
{
border-color: #8C48CE;
}
.TagClassName
{
border-color: #8C48CE;
}
</style>