Shades of Dark Orchid #852DCC
Tints of Dark Orchid #852DCC
RGB
CMYK
RGB Variations
Color information
#852DCC (or 0x852DCC) is known color: Dark Orchid. HEX triplet: 85, 2D and CC. RGB value is (133,45,204). Sum of RGB (Red+Green+Blue) = 133+45+204=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #852DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DCC is #7AD233. Grayscale: #585858. Windows color (decimal): -8049204 or 13380997. OLE color: 13380997.
HSL color Cylindrical-coordinate representation of color #852DCC: hue angle of 273.21º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852DCC is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 45 | 204 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.2 |
| HSL | 273.21º | 0.64% | 0.49% | - |
| HSV(B) | 273.21º | 0.78% | 0.8% | - |
| XYZ | 21.51 | 11.22 | 58.16 | - |
| YUV | 89.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 204 | 0.35 | 0.78 | 0 | 0.2 | 273.21 | 0.64 | 0.49 |
| Hex | 85 | 2D | CC | 23 | 4E | 0 | 14 | 111 | 40 | 31 |
| Octal | 205 | 55 | 314 | 43 | 116 | 0 | 24 | 421 | 100 | 61 |
| Binary | 10000101 | 101101 | 11001100 | 100011 | 1001110 | 0 | 10100 | 100010001 | 1000000 | 110001 |
Color Harmonies of #852DCC
Complementary color
Monochromatic Colors of #852DCC
Black with #852DCC
Text Example
Text Example
White with #852DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DCC; }
p { color: rgb(133,45,204); }
H1.HeaderClassName
{
color: #852DCC;
}
.AnyTagClassName
{
color: #852DCC;
}
</style>
background-color css
<style>
a { background-color: #852DCC; }
a { background-color: rgb(133,45,204); }
div.DivClassName
{
background-color: #852DCC;
}
.BgClassName
{
background-color: #852DCC;
}
</style>
border-color css
<style>
span { border-color: #852DCC; }
span { border-color: rgb(133,45,204); }
td.TdClassName
{
border-color: #852DCC;
}
.TagClassName
{
border-color: #852DCC;
}
</style>