Shades of Dark Orchid #853CC6
Tints of Dark Orchid #853CC6
RGB
CMYK
RGB Variations
Color information
#853CC6 (or 0x853CC6) is known color: Dark Orchid. HEX triplet: 85, 3C and C6. RGB value is (133,60,198). Sum of RGB (Red+Green+Blue) = 133+60+198=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #853CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CC6 is #7AC339. Grayscale: #616161. Windows color (decimal): -8045370 or 12991621. OLE color: 12991621.
HSL color Cylindrical-coordinate representation of color #853CC6: hue angle of 271.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853CC6 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 60 | 198 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.22 |
| HSL | 271.74º | 0.55% | 0.51% | - |
| HSV(B) | 271.74º | 0.7% | 0.78% | - |
| XYZ | 21.48 | 12.3 | 54.67 | - |
| YUV | 97.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 198 | 0.33 | 0.70 | 0 | 0.22 | 271.74 | 0.55 | 0.51 |
| Hex | 85 | 3C | C6 | 21 | 46 | 0 | 16 | 110 | 37 | 33 |
| Octal | 205 | 74 | 306 | 41 | 106 | 0 | 26 | 420 | 67 | 63 |
| Binary | 10000101 | 111100 | 11000110 | 100001 | 1000110 | 0 | 10110 | 100010000 | 110111 | 110011 |
Color Harmonies of #853CC6
Complementary color
Monochromatic Colors of #853CC6
Black with #853CC6
Text Example
Text Example
White with #853CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CC6; }
p { color: rgb(133,60,198); }
H1.HeaderClassName
{
color: #853CC6;
}
.AnyTagClassName
{
color: #853CC6;
}
</style>
background-color css
<style>
a { background-color: #853CC6; }
a { background-color: rgb(133,60,198); }
div.DivClassName
{
background-color: #853CC6;
}
.BgClassName
{
background-color: #853CC6;
}
</style>
border-color css
<style>
span { border-color: #853CC6; }
span { border-color: rgb(133,60,198); }
td.TdClassName
{
border-color: #853CC6;
}
.TagClassName
{
border-color: #853CC6;
}
</style>