Shades of Dark Orchid #853CCA
Tints of Dark Orchid #853CCA
RGB
CMYK
RGB Variations
Color information
#853CCA (or 0x853CCA) is known color: Dark Orchid. HEX triplet: 85, 3C and CA. RGB value is (133,60,202). Sum of RGB (Red+Green+Blue) = 133+60+202=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #853CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CCA is #7AC335. Grayscale: #616161. Windows color (decimal): -8045366 or 13253765. OLE color: 13253765.
HSL color Cylindrical-coordinate representation of color #853CCA: hue angle of 270.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853CCA is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 60 | 202 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.21 |
| HSL | 270.85º | 0.57% | 0.51% | - |
| HSV(B) | 270.85º | 0.7% | 0.79% | - |
| XYZ | 21.95 | 12.48 | 57.13 | - |
| YUV | 98.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 202 | 0.34 | 0.70 | 0 | 0.21 | 270.85 | 0.57 | 0.51 |
| Hex | 85 | 3C | CA | 22 | 46 | 0 | 15 | 10F | 39 | 33 |
| Octal | 205 | 74 | 312 | 42 | 106 | 0 | 25 | 417 | 71 | 63 |
| Binary | 10000101 | 111100 | 11001010 | 100010 | 1000110 | 0 | 10101 | 100001111 | 111001 | 110011 |
Color Harmonies of #853CCA
Complementary color
Monochromatic Colors of #853CCA
Black with #853CCA
Text Example
Text Example
White with #853CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CCA; }
p { color: rgb(133,60,202); }
H1.HeaderClassName
{
color: #853CCA;
}
.AnyTagClassName
{
color: #853CCA;
}
</style>
background-color css
<style>
a { background-color: #853CCA; }
a { background-color: rgb(133,60,202); }
div.DivClassName
{
background-color: #853CCA;
}
.BgClassName
{
background-color: #853CCA;
}
</style>
border-color css
<style>
span { border-color: #853CCA; }
span { border-color: rgb(133,60,202); }
td.TdClassName
{
border-color: #853CCA;
}
.TagClassName
{
border-color: #853CCA;
}
</style>