Shades of Dark Orchid #972ECD
Tints of Dark Orchid #972ECD
RGB
CMYK
RGB Variations
Color information
#972ECD (or 0x972ECD) is known color: Dark Orchid. HEX triplet: 97, 2E and CD. RGB value is (151,46,205). Sum of RGB (Red+Green+Blue) = 151+46+205=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #972ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ECD is #68D132. Grayscale: #5E5E5E. Windows color (decimal): -6869299 or 13446807. OLE color: 13446807.
HSL color Cylindrical-coordinate representation of color #972ECD: hue angle of 279.62º degrees, saturation: 0.63, 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 #972ECD is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 46 | 205 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.20 |
| HSL | 279.62º | 0.63% | 0.49% | - |
| HSV(B) | 279.62º | 0.78% | 0.8% | - |
| XYZ | 24.76 | 12.94 | 58.95 | - |
| YUV | 95.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 205 | 0.26 | 0.78 | 0 | 0.20 | 279.62 | 0.63 | 0.49 |
| Hex | 97 | 2E | CD | 1A | 4E | 0 | 14 | 118 | 3F | 31 |
| Octal | 227 | 56 | 315 | 32 | 116 | 0 | 24 | 430 | 77 | 61 |
| Binary | 10010111 | 101110 | 11001101 | 11010 | 1001110 | 0 | 10100 | 100011000 | 111111 | 110001 |
Color Harmonies of #972ECD
Complementary color
Monochromatic Colors of #972ECD
Black with #972ECD
Text Example
Text Example
White with #972ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972ECD; }
p { color: rgb(151,46,205); }
H1.HeaderClassName
{
color: #972ECD;
}
.AnyTagClassName
{
color: #972ECD;
}
</style>
background-color css
<style>
a { background-color: #972ECD; }
a { background-color: rgb(151,46,205); }
div.DivClassName
{
background-color: #972ECD;
}
.BgClassName
{
background-color: #972ECD;
}
</style>
border-color css
<style>
span { border-color: #972ECD; }
span { border-color: rgb(151,46,205); }
td.TdClassName
{
border-color: #972ECD;
}
.TagClassName
{
border-color: #972ECD;
}
</style>