Shades of Dark Orchid #972CC2
Tints of Dark Orchid #972CC2
RGB
CMYK
RGB Variations
Color information
#972CC2 (or 0x972CC2) is known color: Dark Orchid. HEX triplet: 97, 2C and C2. RGB value is (151,44,194). Sum of RGB (Red+Green+Blue) = 151+44+194=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #972CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CC2 is #68D33D. Grayscale: #5C5C5C. Windows color (decimal): -6869822 or 12725399. OLE color: 12725399.
HSL color Cylindrical-coordinate representation of color #972CC2: hue angle of 282.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972CC2 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 44 | 194 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.24 |
| HSL | 282.8º | 0.63% | 0.47% | - |
| HSV(B) | 282.8º | 0.77% | 0.76% | - |
| XYZ | 23.4 | 12.28 | 52.18 | - |
| YUV | 93.09 | 184.95 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 194 | 0.22 | 0.77 | 0 | 0.24 | 282.8 | 0.63 | 0.47 |
| Hex | 97 | 2C | C2 | 16 | 4D | 0 | 18 | 11B | 3F | 2F |
| Octal | 227 | 54 | 302 | 26 | 115 | 0 | 30 | 433 | 77 | 57 |
| Binary | 10010111 | 101100 | 11000010 | 10110 | 1001101 | 0 | 11000 | 100011011 | 111111 | 101111 |
Color Harmonies of #972CC2
Complementary color
Monochromatic Colors of #972CC2
Black with #972CC2
Text Example
Text Example
White with #972CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CC2; }
p { color: rgb(151,44,194); }
H1.HeaderClassName
{
color: #972CC2;
}
.AnyTagClassName
{
color: #972CC2;
}
</style>
background-color css
<style>
a { background-color: #972CC2; }
a { background-color: rgb(151,44,194); }
div.DivClassName
{
background-color: #972CC2;
}
.BgClassName
{
background-color: #972CC2;
}
</style>
border-color css
<style>
span { border-color: #972CC2; }
span { border-color: rgb(151,44,194); }
td.TdClassName
{
border-color: #972CC2;
}
.TagClassName
{
border-color: #972CC2;
}
</style>