Shades of Dark Orchid #853DCD
Tints of Dark Orchid #853DCD
RGB
CMYK
RGB Variations
Color information
#853DCD (or 0x853DCD) is known color: Dark Orchid. HEX triplet: 85, 3D and CD. RGB value is (133,61,205). Sum of RGB (Red+Green+Blue) = 133+61+205=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #853DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DCD is #7AC232. Grayscale: #626262. Windows color (decimal): -8045107 or 13450629. OLE color: 13450629.
HSL color Cylindrical-coordinate representation of color #853DCD: hue angle of 270º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853DCD is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 61 | 205 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.20 |
| HSL | 270º | 0.59% | 0.52% | - |
| HSV(B) | 270º | 0.7% | 0.8% | - |
| XYZ | 22.36 | 12.73 | 59.04 | - |
| YUV | 98.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 205 | 0.35 | 0.70 | 0 | 0.20 | 270 | 0.59 | 0.52 |
| Hex | 85 | 3D | CD | 23 | 46 | 0 | 14 | 10E | 3B | 34 |
| Octal | 205 | 75 | 315 | 43 | 106 | 0 | 24 | 416 | 73 | 64 |
| Binary | 10000101 | 111101 | 11001101 | 100011 | 1000110 | 0 | 10100 | 100001110 | 111011 | 110100 |
Color Harmonies of #853DCD
Complementary color
Monochromatic Colors of #853DCD
Black with #853DCD
Text Example
Text Example
White with #853DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853DCD; }
p { color: rgb(133,61,205); }
H1.HeaderClassName
{
color: #853DCD;
}
.AnyTagClassName
{
color: #853DCD;
}
</style>
background-color css
<style>
a { background-color: #853DCD; }
a { background-color: rgb(133,61,205); }
div.DivClassName
{
background-color: #853DCD;
}
.BgClassName
{
background-color: #853DCD;
}
</style>
border-color css
<style>
span { border-color: #853DCD; }
span { border-color: rgb(133,61,205); }
td.TdClassName
{
border-color: #853DCD;
}
.TagClassName
{
border-color: #853DCD;
}
</style>