Shades of Dark Orchid #972ECB
Tints of Dark Orchid #972ECB
RGB
CMYK
RGB Variations
Color information
#972ECB (or 0x972ECB) is known color: Dark Orchid. HEX triplet: 97, 2E and CB. RGB value is (151,46,203). Sum of RGB (Red+Green+Blue) = 151+46+203=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #972ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ECB is #68D134. Grayscale: #5E5E5E. Windows color (decimal): -6869301 or 13315735. OLE color: 13315735.
HSL color Cylindrical-coordinate representation of color #972ECB: hue angle of 280.13º 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 #972ECB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 46 | 203 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.20 |
| HSL | 280.13º | 0.63% | 0.49% | - |
| HSV(B) | 280.13º | 0.77% | 0.8% | - |
| XYZ | 24.52 | 12.85 | 57.69 | - |
| YUV | 95.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 203 | 0.26 | 0.77 | 0 | 0.20 | 280.13 | 0.63 | 0.49 |
| Hex | 97 | 2E | CB | 1A | 4D | 0 | 14 | 118 | 3F | 31 |
| Octal | 227 | 56 | 313 | 32 | 115 | 0 | 24 | 430 | 77 | 61 |
| Binary | 10010111 | 101110 | 11001011 | 11010 | 1001101 | 0 | 10100 | 100011000 | 111111 | 110001 |
Color Harmonies of #972ECB
Complementary color
Monochromatic Colors of #972ECB
Black with #972ECB
Text Example
Text Example
White with #972ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972ECB; }
p { color: rgb(151,46,203); }
H1.HeaderClassName
{
color: #972ECB;
}
.AnyTagClassName
{
color: #972ECB;
}
</style>
background-color css
<style>
a { background-color: #972ECB; }
a { background-color: rgb(151,46,203); }
div.DivClassName
{
background-color: #972ECB;
}
.BgClassName
{
background-color: #972ECB;
}
</style>
border-color css
<style>
span { border-color: #972ECB; }
span { border-color: rgb(151,46,203); }
td.TdClassName
{
border-color: #972ECB;
}
.TagClassName
{
border-color: #972ECB;
}
</style>