Shades of Dark Orchid #972DCE
Tints of Dark Orchid #972DCE
RGB
CMYK
RGB Variations
Color information
#972DCE (or 0x972DCE) is known color: Dark Orchid. HEX triplet: 97, 2D and CE. RGB value is (151,45,206). Sum of RGB (Red+Green+Blue) = 151+45+206=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #972DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DCE is #68D231. Grayscale: #5E5E5E. Windows color (decimal): -6869554 or 13512087. OLE color: 13512087.
HSL color Cylindrical-coordinate representation of color #972DCE: hue angle of 279.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972DCE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 45 | 206 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.19 |
| HSL | 279.5º | 0.64% | 0.49% | - |
| HSV(B) | 279.5º | 0.78% | 0.81% | - |
| XYZ | 24.84 | 12.91 | 59.58 | - |
| YUV | 95.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 206 | 0.27 | 0.78 | 0 | 0.19 | 279.5 | 0.64 | 0.49 |
| Hex | 97 | 2D | CE | 1B | 4E | 0 | 13 | 118 | 40 | 31 |
| Octal | 227 | 55 | 316 | 33 | 116 | 0 | 23 | 430 | 100 | 61 |
| Binary | 10010111 | 101101 | 11001110 | 11011 | 1001110 | 0 | 10011 | 100011000 | 1000000 | 110001 |
Color Harmonies of #972DCE
Complementary color
Monochromatic Colors of #972DCE
Black with #972DCE
Text Example
Text Example
White with #972DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DCE; }
p { color: rgb(151,45,206); }
H1.HeaderClassName
{
color: #972DCE;
}
.AnyTagClassName
{
color: #972DCE;
}
</style>
background-color css
<style>
a { background-color: #972DCE; }
a { background-color: rgb(151,45,206); }
div.DivClassName
{
background-color: #972DCE;
}
.BgClassName
{
background-color: #972DCE;
}
</style>
border-color css
<style>
span { border-color: #972DCE; }
span { border-color: rgb(151,45,206); }
td.TdClassName
{
border-color: #972DCE;
}
.TagClassName
{
border-color: #972DCE;
}
</style>