Shades of Dark Orchid #853CBC
Tints of Dark Orchid #853CBC
RGB
CMYK
RGB Variations
Color information
#853CBC (or 0x853CBC) is known color: Dark Orchid. HEX triplet: 85, 3C and BC. RGB value is (133,60,188). Sum of RGB (Red+Green+Blue) = 133+60+188=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #853CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CBC is #7AC343. Grayscale: #5F5F5F. Windows color (decimal): -8045380 or 12336261. OLE color: 12336261.
HSL color Cylindrical-coordinate representation of color #853CBC: hue angle of 274.22º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853CBC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 60 | 188 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.26 |
| HSL | 274.22º | 0.52% | 0.49% | - |
| HSV(B) | 274.22º | 0.68% | 0.74% | - |
| XYZ | 20.37 | 11.85 | 48.79 | - |
| YUV | 96.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 188 | 0.29 | 0.68 | 0 | 0.26 | 274.22 | 0.52 | 0.49 |
| Hex | 85 | 3C | BC | 1D | 44 | 0 | 1A | 112 | 34 | 31 |
| Octal | 205 | 74 | 274 | 35 | 104 | 0 | 32 | 422 | 64 | 61 |
| Binary | 10000101 | 111100 | 10111100 | 11101 | 1000100 | 0 | 11010 | 100010010 | 110100 | 110001 |
Color Harmonies of #853CBC
Complementary color
Monochromatic Colors of #853CBC
Black with #853CBC
Text Example
Text Example
White with #853CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CBC; }
p { color: rgb(133,60,188); }
H1.HeaderClassName
{
color: #853CBC;
}
.AnyTagClassName
{
color: #853CBC;
}
</style>
background-color css
<style>
a { background-color: #853CBC; }
a { background-color: rgb(133,60,188); }
div.DivClassName
{
background-color: #853CBC;
}
.BgClassName
{
background-color: #853CBC;
}
</style>
border-color css
<style>
span { border-color: #853CBC; }
span { border-color: rgb(133,60,188); }
td.TdClassName
{
border-color: #853CBC;
}
.TagClassName
{
border-color: #853CBC;
}
</style>