Shades of Dark Orchid #951FCD
Tints of Dark Orchid #951FCD
RGB
CMYK
RGB Variations
Color information
#951FCD (or 0x951FCD) is known color: Dark Orchid. HEX triplet: 95, 1F and CD. RGB value is (149,31,205). Sum of RGB (Red+Green+Blue) = 149+31+205=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #951FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FCD is #6AE032. Grayscale: #555555. Windows color (decimal): -7004211 or 13442965. OLE color: 13442965.
HSL color Cylindrical-coordinate representation of color #951FCD: hue angle of 280.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951FCD is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 31 | 205 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.20 |
| HSL | 280.69º | 0.74% | 0.46% | - |
| HSV(B) | 280.69º | 0.85% | 0.8% | - |
| XYZ | 23.9 | 11.78 | 58.77 | - |
| YUV | 86.12 | 195.09 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 205 | 0.27 | 0.85 | 0 | 0.20 | 280.69 | 0.74 | 0.46 |
| Hex | 95 | 1F | CD | 1B | 55 | 0 | 14 | 119 | 4A | 2E |
| Octal | 225 | 37 | 315 | 33 | 125 | 0 | 24 | 431 | 112 | 56 |
| Binary | 10010101 | 11111 | 11001101 | 11011 | 1010101 | 0 | 10100 | 100011001 | 1001010 | 101110 |
Color Harmonies of #951FCD
Complementary color
Monochromatic Colors of #951FCD
Black with #951FCD
Text Example
Text Example
White with #951FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FCD; }
p { color: rgb(149,31,205); }
H1.HeaderClassName
{
color: #951FCD;
}
.AnyTagClassName
{
color: #951FCD;
}
</style>
background-color css
<style>
a { background-color: #951FCD; }
a { background-color: rgb(149,31,205); }
div.DivClassName
{
background-color: #951FCD;
}
.BgClassName
{
background-color: #951FCD;
}
</style>
border-color css
<style>
span { border-color: #951FCD; }
span { border-color: rgb(149,31,205); }
td.TdClassName
{
border-color: #951FCD;
}
.TagClassName
{
border-color: #951FCD;
}
</style>