Shades of Dark Orchid #9C2ECF
Tints of Dark Orchid #9C2ECF
RGB
CMYK
RGB Variations
Color information
#9C2ECF (or 0x9C2ECF) is known color: Dark Orchid. HEX triplet: 9C, 2E and CF. RGB value is (156,46,207). Sum of RGB (Red+Green+Blue) = 156+46+207=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2ECF is #63D130. Grayscale: #606060. Windows color (decimal): -6541617 or 13577884. OLE color: 13577884.
HSL color Cylindrical-coordinate representation of color #9C2ECF: hue angle of 280.99º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2ECF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 46 | 207 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.19 |
| HSL | 280.99º | 0.64% | 0.5% | - |
| HSV(B) | 280.99º | 0.78% | 0.81% | - |
| XYZ | 25.95 | 13.53 | 60.27 | - |
| YUV | 97.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 207 | 0.25 | 0.78 | 0 | 0.19 | 280.99 | 0.64 | 0.5 |
| Hex | 9C | 2E | CF | 19 | 4E | 0 | 13 | 119 | 40 | 32 |
| Octal | 234 | 56 | 317 | 31 | 116 | 0 | 23 | 431 | 100 | 62 |
| Binary | 10011100 | 101110 | 11001111 | 11001 | 1001110 | 0 | 10011 | 100011001 | 1000000 | 110010 |
Color Harmonies of #9C2ECF
Complementary color
Monochromatic Colors of #9C2ECF
Black with #9C2ECF
Text Example
Text Example
White with #9C2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2ECF; }
p { color: rgb(156,46,207); }
H1.HeaderClassName
{
color: #9C2ECF;
}
.AnyTagClassName
{
color: #9C2ECF;
}
</style>
background-color css
<style>
a { background-color: #9C2ECF; }
a { background-color: rgb(156,46,207); }
div.DivClassName
{
background-color: #9C2ECF;
}
.BgClassName
{
background-color: #9C2ECF;
}
</style>
border-color css
<style>
span { border-color: #9C2ECF; }
span { border-color: rgb(156,46,207); }
td.TdClassName
{
border-color: #9C2ECF;
}
.TagClassName
{
border-color: #9C2ECF;
}
</style>