Shades of Dark Orchid #993FCD
Tints of Dark Orchid #993FCD
RGB
CMYK
RGB Variations
Color information
#993FCD (or 0x993FCD) is known color: Dark Orchid. HEX triplet: 99, 3F and CD. RGB value is (153,63,205). Sum of RGB (Red+Green+Blue) = 153+63+205=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #993FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FCD is #66C032. Grayscale: #696969. Windows color (decimal): -6733875 or 13451161. OLE color: 13451161.
HSL color Cylindrical-coordinate representation of color #993FCD: hue angle of 278.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993FCD is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 63 | 205 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.20 |
| HSL | 278.03º | 0.59% | 0.53% | - |
| HSV(B) | 278.03º | 0.69% | 0.8% | - |
| XYZ | 25.93 | 14.74 | 59.23 | - |
| YUV | 106.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 205 | 0.25 | 0.69 | 0 | 0.20 | 278.03 | 0.59 | 0.53 |
| Hex | 99 | 3F | CD | 19 | 45 | 0 | 14 | 116 | 3B | 35 |
| Octal | 231 | 77 | 315 | 31 | 105 | 0 | 24 | 426 | 73 | 65 |
| Binary | 10011001 | 111111 | 11001101 | 11001 | 1000101 | 0 | 10100 | 100010110 | 111011 | 110101 |
Color Harmonies of #993FCD
Complementary color
Monochromatic Colors of #993FCD
Black with #993FCD
Text Example
Text Example
White with #993FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FCD; }
p { color: rgb(153,63,205); }
H1.HeaderClassName
{
color: #993FCD;
}
.AnyTagClassName
{
color: #993FCD;
}
</style>
background-color css
<style>
a { background-color: #993FCD; }
a { background-color: rgb(153,63,205); }
div.DivClassName
{
background-color: #993FCD;
}
.BgClassName
{
background-color: #993FCD;
}
</style>
border-color css
<style>
span { border-color: #993FCD; }
span { border-color: rgb(153,63,205); }
td.TdClassName
{
border-color: #993FCD;
}
.TagClassName
{
border-color: #993FCD;
}
</style>