Shades of Dark Orchid #852CCA
Tints of Dark Orchid #852CCA
RGB
CMYK
RGB Variations
Color information
#852CCA (or 0x852CCA) is known color: Dark Orchid. HEX triplet: 85, 2C and CA. RGB value is (133,44,202). Sum of RGB (Red+Green+Blue) = 133+44+202=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #852CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CCA is #7AD335. Grayscale: #585858. Windows color (decimal): -8049462 or 13249669. OLE color: 13249669.
HSL color Cylindrical-coordinate representation of color #852CCA: hue angle of 273.8º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852CCA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 44 | 202 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.21 |
| HSL | 273.8º | 0.64% | 0.48% | - |
| HSV(B) | 273.8º | 0.78% | 0.79% | - |
| XYZ | 21.23 | 11.05 | 56.89 | - |
| YUV | 88.62 | 191.99 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 202 | 0.34 | 0.78 | 0 | 0.21 | 273.8 | 0.64 | 0.48 |
| Hex | 85 | 2C | CA | 22 | 4E | 0 | 15 | 112 | 40 | 30 |
| Octal | 205 | 54 | 312 | 42 | 116 | 0 | 25 | 422 | 100 | 60 |
| Binary | 10000101 | 101100 | 11001010 | 100010 | 1001110 | 0 | 10101 | 100010010 | 1000000 | 110000 |
Color Harmonies of #852CCA
Complementary color
Monochromatic Colors of #852CCA
Black with #852CCA
Text Example
Text Example
White with #852CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852CCA; }
p { color: rgb(133,44,202); }
H1.HeaderClassName
{
color: #852CCA;
}
.AnyTagClassName
{
color: #852CCA;
}
</style>
background-color css
<style>
a { background-color: #852CCA; }
a { background-color: rgb(133,44,202); }
div.DivClassName
{
background-color: #852CCA;
}
.BgClassName
{
background-color: #852CCA;
}
</style>
border-color css
<style>
span { border-color: #852CCA; }
span { border-color: rgb(133,44,202); }
td.TdClassName
{
border-color: #852CCA;
}
.TagClassName
{
border-color: #852CCA;
}
</style>