Shades of Dark Orchid #812CC8
Tints of Dark Orchid #812CC8
RGB
CMYK
RGB Variations
Color information
#812CC8 (or 0x812CC8) is known color: Dark Orchid. HEX triplet: 81, 2C and C8. RGB value is (129,44,200). Sum of RGB (Red+Green+Blue) = 129+44+200=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #812CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CC8 is #7ED337. Grayscale: #565656. Windows color (decimal): -8311608 or 13118593. OLE color: 13118593.
HSL color Cylindrical-coordinate representation of color #812CC8: hue angle of 272.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812CC8 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 44 | 200 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.22 |
| HSL | 272.69º | 0.64% | 0.48% | - |
| HSV(B) | 272.69º | 0.78% | 0.78% | - |
| XYZ | 20.38 | 10.64 | 55.62 | - |
| YUV | 87.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 200 | 0.36 | 0.78 | 0 | 0.22 | 272.69 | 0.64 | 0.48 |
| Hex | 81 | 2C | C8 | 24 | 4E | 0 | 16 | 111 | 40 | 30 |
| Octal | 201 | 54 | 310 | 44 | 116 | 0 | 26 | 421 | 100 | 60 |
| Binary | 10000001 | 101100 | 11001000 | 100100 | 1001110 | 0 | 10110 | 100010001 | 1000000 | 110000 |
Color Harmonies of #812CC8
Complementary color
Monochromatic Colors of #812CC8
Black with #812CC8
Text Example
Text Example
White with #812CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812CC8; }
p { color: rgb(129,44,200); }
H1.HeaderClassName
{
color: #812CC8;
}
.AnyTagClassName
{
color: #812CC8;
}
</style>
background-color css
<style>
a { background-color: #812CC8; }
a { background-color: rgb(129,44,200); }
div.DivClassName
{
background-color: #812CC8;
}
.BgClassName
{
background-color: #812CC8;
}
</style>
border-color css
<style>
span { border-color: #812CC8; }
span { border-color: rgb(129,44,200); }
td.TdClassName
{
border-color: #812CC8;
}
.TagClassName
{
border-color: #812CC8;
}
</style>