Shades of Dark Orchid #8C21CF
Tints of Dark Orchid #8C21CF
RGB
CMYK
RGB Variations
Color information
#8C21CF (or 0x8C21CF) is known color: Dark Orchid. HEX triplet: 8C, 21 and CF. RGB value is (140,33,207). Sum of RGB (Red+Green+Blue) = 140+33+207=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C21CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21CF is #73DE30. Grayscale: #545454. Windows color (decimal): -7593521 or 13574540. OLE color: 13574540.
HSL color Cylindrical-coordinate representation of color #8C21CF: hue angle of 276.9º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C21CF is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 33 | 207 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.19 |
| HSL | 276.9º | 0.73% | 0.47% | - |
| HSV(B) | 276.9º | 0.84% | 0.81% | - |
| XYZ | 22.62 | 11.17 | 59.99 | - |
| YUV | 84.83 | 196.95 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 207 | 0.32 | 0.84 | 0 | 0.19 | 276.9 | 0.73 | 0.47 |
| Hex | 8C | 21 | CF | 20 | 54 | 0 | 13 | 115 | 48 | 2F |
| Octal | 214 | 41 | 317 | 40 | 124 | 0 | 23 | 425 | 110 | 57 |
| Binary | 10001100 | 100001 | 11001111 | 100000 | 1010100 | 0 | 10011 | 100010101 | 1001000 | 101111 |
Color Harmonies of #8C21CF
Complementary color
Monochromatic Colors of #8C21CF
Black with #8C21CF
Text Example
Text Example
White with #8C21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C21CF; }
p { color: rgb(140,33,207); }
H1.HeaderClassName
{
color: #8C21CF;
}
.AnyTagClassName
{
color: #8C21CF;
}
</style>
background-color css
<style>
a { background-color: #8C21CF; }
a { background-color: rgb(140,33,207); }
div.DivClassName
{
background-color: #8C21CF;
}
.BgClassName
{
background-color: #8C21CF;
}
</style>
border-color css
<style>
span { border-color: #8C21CF; }
span { border-color: rgb(140,33,207); }
td.TdClassName
{
border-color: #8C21CF;
}
.TagClassName
{
border-color: #8C21CF;
}
</style>