Shades of Dark Orchid #853ECB
Tints of Dark Orchid #853ECB
RGB
CMYK
RGB Variations
Color information
#853ECB (or 0x853ECB) is known color: Dark Orchid. HEX triplet: 85, 3E and CB. RGB value is (133,62,203). Sum of RGB (Red+Green+Blue) = 133+62+203=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #853ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ECB is #7AC134. Grayscale: #626262. Windows color (decimal): -8044853 or 13319813. OLE color: 13319813.
HSL color Cylindrical-coordinate representation of color #853ECB: hue angle of 270.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853ECB is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 62 | 203 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.20 |
| HSL | 270.21º | 0.58% | 0.52% | - |
| HSV(B) | 270.21º | 0.69% | 0.8% | - |
| XYZ | 22.17 | 12.74 | 57.79 | - |
| YUV | 99.3 | 186.52 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 62 | 203 | 0.34 | 0.69 | 0 | 0.20 | 270.21 | 0.58 | 0.52 |
| Hex | 85 | 3E | CB | 22 | 45 | 0 | 14 | 10E | 3A | 34 |
| Octal | 205 | 76 | 313 | 42 | 105 | 0 | 24 | 416 | 72 | 64 |
| Binary | 10000101 | 111110 | 11001011 | 100010 | 1000101 | 0 | 10100 | 100001110 | 111010 | 110100 |
Color Harmonies of #853ECB
Complementary color
Monochromatic Colors of #853ECB
Black with #853ECB
Text Example
Text Example
White with #853ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853ECB; }
p { color: rgb(133,62,203); }
H1.HeaderClassName
{
color: #853ECB;
}
.AnyTagClassName
{
color: #853ECB;
}
</style>
background-color css
<style>
a { background-color: #853ECB; }
a { background-color: rgb(133,62,203); }
div.DivClassName
{
background-color: #853ECB;
}
.BgClassName
{
background-color: #853ECB;
}
</style>
border-color css
<style>
span { border-color: #853ECB; }
span { border-color: rgb(133,62,203); }
td.TdClassName
{
border-color: #853ECB;
}
.TagClassName
{
border-color: #853ECB;
}
</style>