Shades of Dark Orchid #853CCD
Tints of Dark Orchid #853CCD
RGB
CMYK
RGB Variations
Color information
#853CCD (or 0x853CCD) is known color: Dark Orchid. HEX triplet: 85, 3C and CD. RGB value is (133,60,205). Sum of RGB (Red+Green+Blue) = 133+60+205=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #853CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CCD is #7AC332. Grayscale: #616161. Windows color (decimal): -8045363 or 13450373. OLE color: 13450373.
HSL color Cylindrical-coordinate representation of color #853CCD: hue angle of 270.21º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853CCD is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 60 | 205 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.20 |
| HSL | 270.21º | 0.59% | 0.52% | - |
| HSV(B) | 270.21º | 0.71% | 0.8% | - |
| XYZ | 22.31 | 12.63 | 59.02 | - |
| YUV | 98.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 205 | 0.35 | 0.71 | 0 | 0.20 | 270.21 | 0.59 | 0.52 |
| Hex | 85 | 3C | CD | 23 | 47 | 0 | 14 | 10E | 3B | 34 |
| Octal | 205 | 74 | 315 | 43 | 107 | 0 | 24 | 416 | 73 | 64 |
| Binary | 10000101 | 111100 | 11001101 | 100011 | 1000111 | 0 | 10100 | 100001110 | 111011 | 110100 |
Color Harmonies of #853CCD
Complementary color
Monochromatic Colors of #853CCD
Black with #853CCD
Text Example
Text Example
White with #853CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853CCD; }
p { color: rgb(133,60,205); }
H1.HeaderClassName
{
color: #853CCD;
}
.AnyTagClassName
{
color: #853CCD;
}
</style>
background-color css
<style>
a { background-color: #853CCD; }
a { background-color: rgb(133,60,205); }
div.DivClassName
{
background-color: #853CCD;
}
.BgClassName
{
background-color: #853CCD;
}
</style>
border-color css
<style>
span { border-color: #853CCD; }
span { border-color: rgb(133,60,205); }
td.TdClassName
{
border-color: #853CCD;
}
.TagClassName
{
border-color: #853CCD;
}
</style>