Shades of Dark Orchid #9C2DCD
Tints of Dark Orchid #9C2DCD
RGB
CMYK
RGB Variations
Color information
#9C2DCD (or 0x9C2DCD) is known color: Dark Orchid. HEX triplet: 9C, 2D and CD. RGB value is (156,45,205). Sum of RGB (Red+Green+Blue) = 156+45+205=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C2DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DCD is #63D232. Grayscale: #5F5F5F. Windows color (decimal): -6541875 or 13446556. OLE color: 13446556.
HSL color Cylindrical-coordinate representation of color #9C2DCD: hue angle of 281.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2DCD is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 45 | 205 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.20 |
| HSL | 281.63º | 0.64% | 0.49% | - |
| HSV(B) | 281.63º | 0.78% | 0.8% | - |
| XYZ | 25.67 | 13.35 | 58.98 | - |
| YUV | 96.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 205 | 0.24 | 0.78 | 0 | 0.20 | 281.63 | 0.64 | 0.49 |
| Hex | 9C | 2D | CD | 18 | 4E | 0 | 14 | 11A | 40 | 31 |
| Octal | 234 | 55 | 315 | 30 | 116 | 0 | 24 | 432 | 100 | 61 |
| Binary | 10011100 | 101101 | 11001101 | 11000 | 1001110 | 0 | 10100 | 100011010 | 1000000 | 110001 |
Color Harmonies of #9C2DCD
Complementary color
Monochromatic Colors of #9C2DCD
Black with #9C2DCD
Text Example
Text Example
White with #9C2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DCD; }
p { color: rgb(156,45,205); }
H1.HeaderClassName
{
color: #9C2DCD;
}
.AnyTagClassName
{
color: #9C2DCD;
}
</style>
background-color css
<style>
a { background-color: #9C2DCD; }
a { background-color: rgb(156,45,205); }
div.DivClassName
{
background-color: #9C2DCD;
}
.BgClassName
{
background-color: #9C2DCD;
}
</style>
border-color css
<style>
span { border-color: #9C2DCD; }
span { border-color: rgb(156,45,205); }
td.TdClassName
{
border-color: #9C2DCD;
}
.TagClassName
{
border-color: #9C2DCD;
}
</style>