Shades of Dark Orchid #8C3FCB
Tints of Dark Orchid #8C3FCB
RGB
CMYK
RGB Variations
Color information
#8C3FCB (or 0x8C3FCB) is known color: Dark Orchid. HEX triplet: 8C, 3F and CB. RGB value is (140,63,203). Sum of RGB (Red+Green+Blue) = 140+63+203=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FCB is #73C034. Grayscale: #656565. Windows color (decimal): -7585845 or 13320076. OLE color: 13320076.
HSL color Cylindrical-coordinate representation of color #8C3FCB: hue angle of 273º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C3FCB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 63 | 203 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.20 |
| HSL | 273º | 0.57% | 0.52% | - |
| HSV(B) | 273º | 0.69% | 0.8% | - |
| XYZ | 23.37 | 13.44 | 57.86 | - |
| YUV | 101.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 203 | 0.31 | 0.69 | 0 | 0.20 | 273 | 0.57 | 0.52 |
| Hex | 8C | 3F | CB | 1F | 45 | 0 | 14 | 111 | 39 | 34 |
| Octal | 214 | 77 | 313 | 37 | 105 | 0 | 24 | 421 | 71 | 64 |
| Binary | 10001100 | 111111 | 11001011 | 11111 | 1000101 | 0 | 10100 | 100010001 | 111001 | 110100 |
Color Harmonies of #8C3FCB
Complementary color
Monochromatic Colors of #8C3FCB
Black with #8C3FCB
Text Example
Text Example
White with #8C3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FCB; }
p { color: rgb(140,63,203); }
H1.HeaderClassName
{
color: #8C3FCB;
}
.AnyTagClassName
{
color: #8C3FCB;
}
</style>
background-color css
<style>
a { background-color: #8C3FCB; }
a { background-color: rgb(140,63,203); }
div.DivClassName
{
background-color: #8C3FCB;
}
.BgClassName
{
background-color: #8C3FCB;
}
</style>
border-color css
<style>
span { border-color: #8C3FCB; }
span { border-color: rgb(140,63,203); }
td.TdClassName
{
border-color: #8C3FCB;
}
.TagClassName
{
border-color: #8C3FCB;
}
</style>