Shades of Dark Orchid #972CC0
Tints of Dark Orchid #972CC0
RGB
CMYK
RGB Variations
Color information
#972CC0 (or 0x972CC0) is known color: Dark Orchid. HEX triplet: 97, 2C and C0. RGB value is (151,44,192). Sum of RGB (Red+Green+Blue) = 151+44+192=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #972CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CC0 is #68D33F. Grayscale: #5C5C5C. Windows color (decimal): -6869824 or 12594327. OLE color: 12594327.
HSL color Cylindrical-coordinate representation of color #972CC0: hue angle of 283.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972CC0 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 44 | 192 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.25 |
| HSL | 283.38º | 0.63% | 0.46% | - |
| HSV(B) | 283.38º | 0.77% | 0.75% | - |
| XYZ | 23.18 | 12.19 | 51 | - |
| YUV | 92.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 192 | 0.21 | 0.77 | 0 | 0.25 | 283.38 | 0.63 | 0.46 |
| Hex | 97 | 2C | C0 | 15 | 4D | 0 | 19 | 11B | 3F | 2E |
| Octal | 227 | 54 | 300 | 25 | 115 | 0 | 31 | 433 | 77 | 56 |
| Binary | 10010111 | 101100 | 11000000 | 10101 | 1001101 | 0 | 11001 | 100011011 | 111111 | 101110 |
Color Harmonies of #972CC0
Complementary color
Monochromatic Colors of #972CC0
Black with #972CC0
Text Example
Text Example
White with #972CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CC0; }
p { color: rgb(151,44,192); }
H1.HeaderClassName
{
color: #972CC0;
}
.AnyTagClassName
{
color: #972CC0;
}
</style>
background-color css
<style>
a { background-color: #972CC0; }
a { background-color: rgb(151,44,192); }
div.DivClassName
{
background-color: #972CC0;
}
.BgClassName
{
background-color: #972CC0;
}
</style>
border-color css
<style>
span { border-color: #972CC0; }
span { border-color: rgb(151,44,192); }
td.TdClassName
{
border-color: #972CC0;
}
.TagClassName
{
border-color: #972CC0;
}
</style>