Shades of Dark Orchid #852DC7
Tints of Dark Orchid #852DC7
RGB
CMYK
RGB Variations
Color information
#852DC7 (or 0x852DC7) is known color: Dark Orchid. HEX triplet: 85, 2D and C7. RGB value is (133,45,199). Sum of RGB (Red+Green+Blue) = 133+45+199=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #852DC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DC7 is #7AD238. Grayscale: #585858. Windows color (decimal): -8049209 or 13053317. OLE color: 13053317.
HSL color Cylindrical-coordinate representation of color #852DC7: hue angle of 274.29º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852DC7 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 45 | 199 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.22 |
| HSL | 274.29º | 0.63% | 0.48% | - |
| HSV(B) | 274.29º | 0.77% | 0.78% | - |
| XYZ | 20.92 | 10.99 | 55.05 | - |
| YUV | 88.87 | 190.15 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 199 | 0.33 | 0.77 | 0 | 0.22 | 274.29 | 0.63 | 0.48 |
| Hex | 85 | 2D | C7 | 21 | 4D | 0 | 16 | 112 | 3F | 30 |
| Octal | 205 | 55 | 307 | 41 | 115 | 0 | 26 | 422 | 77 | 60 |
| Binary | 10000101 | 101101 | 11000111 | 100001 | 1001101 | 0 | 10110 | 100010010 | 111111 | 110000 |
Color Harmonies of #852DC7
Complementary color
Monochromatic Colors of #852DC7
Black with #852DC7
Text Example
Text Example
White with #852DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852DC7; }
p { color: rgb(133,45,199); }
H1.HeaderClassName
{
color: #852DC7;
}
.AnyTagClassName
{
color: #852DC7;
}
</style>
background-color css
<style>
a { background-color: #852DC7; }
a { background-color: rgb(133,45,199); }
div.DivClassName
{
background-color: #852DC7;
}
.BgClassName
{
background-color: #852DC7;
}
</style>
border-color css
<style>
span { border-color: #852DC7; }
span { border-color: rgb(133,45,199); }
td.TdClassName
{
border-color: #852DC7;
}
.TagClassName
{
border-color: #852DC7;
}
</style>