Shades of Dark Orchid #971CCD
Tints of Dark Orchid #971CCD
RGB
CMYK
RGB Variations
Color information
#971CCD (or 0x971CCD) is known color: Dark Orchid. HEX triplet: 97, 1C and CD. RGB value is (151,28,205). Sum of RGB (Red+Green+Blue) = 151+28+205=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #971CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CCD is #68E332. Grayscale: #545454. Windows color (decimal): -6873907 or 13442199. OLE color: 13442199.
HSL color Cylindrical-coordinate representation of color #971CCD: hue angle of 281.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971CCD is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 28 | 205 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.20 |
| HSL | 281.69º | 0.76% | 0.46% | - |
| HSV(B) | 281.69º | 0.86% | 0.8% | - |
| XYZ | 24.2 | 11.82 | 58.76 | - |
| YUV | 84.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 205 | 0.26 | 0.86 | 0 | 0.20 | 281.69 | 0.76 | 0.46 |
| Hex | 97 | 1C | CD | 1A | 56 | 0 | 14 | 11A | 4C | 2E |
| Octal | 227 | 34 | 315 | 32 | 126 | 0 | 24 | 432 | 114 | 56 |
| Binary | 10010111 | 11100 | 11001101 | 11010 | 1010110 | 0 | 10100 | 100011010 | 1001100 | 101110 |
Color Harmonies of #971CCD
Complementary color
Monochromatic Colors of #971CCD
Black with #971CCD
Text Example
Text Example
White with #971CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971CCD; }
p { color: rgb(151,28,205); }
H1.HeaderClassName
{
color: #971CCD;
}
.AnyTagClassName
{
color: #971CCD;
}
</style>
background-color css
<style>
a { background-color: #971CCD; }
a { background-color: rgb(151,28,205); }
div.DivClassName
{
background-color: #971CCD;
}
.BgClassName
{
background-color: #971CCD;
}
</style>
border-color css
<style>
span { border-color: #971CCD; }
span { border-color: rgb(151,28,205); }
td.TdClassName
{
border-color: #971CCD;
}
.TagClassName
{
border-color: #971CCD;
}
</style>