Shades of Dark Orchid #972FCD
Tints of Dark Orchid #972FCD
RGB
CMYK
RGB Variations
Color information
#972FCD (or 0x972FCD) is known color: Dark Orchid. HEX triplet: 97, 2F and CD. RGB value is (151,47,205). Sum of RGB (Red+Green+Blue) = 151+47+205=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #972FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FCD is #68D032. Grayscale: #5F5F5F. Windows color (decimal): -6869043 or 13447063. OLE color: 13447063.
HSL color Cylindrical-coordinate representation of color #972FCD: hue angle of 279.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972FCD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 47 | 205 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.20 |
| HSL | 279.49º | 0.63% | 0.49% | - |
| HSV(B) | 279.49º | 0.77% | 0.8% | - |
| XYZ | 24.8 | 13.02 | 58.96 | - |
| YUV | 96.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 47 | 205 | 0.26 | 0.77 | 0 | 0.20 | 279.49 | 0.63 | 0.49 |
| Hex | 97 | 2F | CD | 1A | 4D | 0 | 14 | 117 | 3F | 31 |
| Octal | 227 | 57 | 315 | 32 | 115 | 0 | 24 | 427 | 77 | 61 |
| Binary | 10010111 | 101111 | 11001101 | 11010 | 1001101 | 0 | 10100 | 100010111 | 111111 | 110001 |
Color Harmonies of #972FCD
Complementary color
Monochromatic Colors of #972FCD
Black with #972FCD
Text Example
Text Example
White with #972FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972FCD; }
p { color: rgb(151,47,205); }
H1.HeaderClassName
{
color: #972FCD;
}
.AnyTagClassName
{
color: #972FCD;
}
</style>
background-color css
<style>
a { background-color: #972FCD; }
a { background-color: rgb(151,47,205); }
div.DivClassName
{
background-color: #972FCD;
}
.BgClassName
{
background-color: #972FCD;
}
</style>
border-color css
<style>
span { border-color: #972FCD; }
span { border-color: rgb(151,47,205); }
td.TdClassName
{
border-color: #972FCD;
}
.TagClassName
{
border-color: #972FCD;
}
</style>