Shades of Dark Orchid #8C2CC4
Tints of Dark Orchid #8C2CC4
RGB
CMYK
RGB Variations
Color information
#8C2CC4 (or 0x8C2CC4) is known color: Dark Orchid. HEX triplet: 8C, 2C and C4. RGB value is (140,44,196). Sum of RGB (Red+Green+Blue) = 140+44+196=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C2CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2CC4 is #73D33B. Grayscale: #595959. Windows color (decimal): -7590716 or 12856460. OLE color: 12856460.
HSL color Cylindrical-coordinate representation of color #8C2CC4: hue angle of 277.89º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C2CC4 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 44 | 196 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.23 |
| HSL | 277.89º | 0.63% | 0.47% | - |
| HSV(B) | 277.89º | 0.78% | 0.77% | - |
| XYZ | 21.68 | 11.36 | 53.28 | - |
| YUV | 90.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 196 | 0.29 | 0.78 | 0 | 0.23 | 277.89 | 0.63 | 0.47 |
| Hex | 8C | 2C | C4 | 1D | 4E | 0 | 17 | 116 | 3F | 2F |
| Octal | 214 | 54 | 304 | 35 | 116 | 0 | 27 | 426 | 77 | 57 |
| Binary | 10001100 | 101100 | 11000100 | 11101 | 1001110 | 0 | 10111 | 100010110 | 111111 | 101111 |
Color Harmonies of #8C2CC4
Complementary color
Monochromatic Colors of #8C2CC4
Black with #8C2CC4
Text Example
Text Example
White with #8C2CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2CC4; }
p { color: rgb(140,44,196); }
H1.HeaderClassName
{
color: #8C2CC4;
}
.AnyTagClassName
{
color: #8C2CC4;
}
</style>
background-color css
<style>
a { background-color: #8C2CC4; }
a { background-color: rgb(140,44,196); }
div.DivClassName
{
background-color: #8C2CC4;
}
.BgClassName
{
background-color: #8C2CC4;
}
</style>
border-color css
<style>
span { border-color: #8C2CC4; }
span { border-color: rgb(140,44,196); }
td.TdClassName
{
border-color: #8C2CC4;
}
.TagClassName
{
border-color: #8C2CC4;
}
</style>