Shades of Dark Orchid #853CC1
Tints of Dark Orchid #853CC1
RGB
CMYK
RGB Variations
Color information
#853CC1 (or 0x853CC1) is known color: Dark Orchid. HEX triplet: 85, 3C and C1. RGB value is (133,60,193). Sum of RGB (Red+Green+Blue) = 133+60+193=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #853CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CC1 is #7AC33E. Grayscale: #606060. Windows color (decimal): -8045375 or 12663941. OLE color: 12663941.
HSL color Cylindrical-coordinate representation of color #853CC1: hue angle of 272.93º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853CC1 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 60 | 193 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.24 |
| HSL | 272.93º | 0.53% | 0.5% | - |
| HSV(B) | 272.93º | 0.69% | 0.76% | - |
| XYZ | 20.91 | 12.07 | 51.68 | - |
| YUV | 96.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 193 | 0.31 | 0.69 | 0 | 0.24 | 272.93 | 0.53 | 0.5 |
| Hex | 85 | 3C | C1 | 1F | 45 | 0 | 18 | 111 | 35 | 32 |
| Octal | 205 | 74 | 301 | 37 | 105 | 0 | 30 | 421 | 65 | 62 |
| Binary | 10000101 | 111100 | 11000001 | 11111 | 1000101 | 0 | 11000 | 100010001 | 110101 | 110010 |
Color Harmonies of #853CC1
Complementary color
Monochromatic Colors of #853CC1
Black with #853CC1
Text Example
Text Example
White with #853CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CC1; }
p { color: rgb(133,60,193); }
H1.HeaderClassName
{
color: #853CC1;
}
.AnyTagClassName
{
color: #853CC1;
}
</style>
background-color css
<style>
a { background-color: #853CC1; }
a { background-color: rgb(133,60,193); }
div.DivClassName
{
background-color: #853CC1;
}
.BgClassName
{
background-color: #853CC1;
}
</style>
border-color css
<style>
span { border-color: #853CC1; }
span { border-color: rgb(133,60,193); }
td.TdClassName
{
border-color: #853CC1;
}
.TagClassName
{
border-color: #853CC1;
}
</style>