Shades of Dark Orchid #951DC3
Tints of Dark Orchid #951DC3
RGB
CMYK
RGB Variations
Color information
#951DC3 (or 0x951DC3) is known color: Dark Orchid. HEX triplet: 95, 1D and C3. RGB value is (149,29,195). Sum of RGB (Red+Green+Blue) = 149+29+195=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #951DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DC3 is #6AE23C. Grayscale: #535353. Windows color (decimal): -7004733 or 12787093. OLE color: 12787093.
HSL color Cylindrical-coordinate representation of color #951DC3: hue angle of 283.37º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951DC3 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 29 | 195 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.24 |
| HSL | 283.37º | 0.74% | 0.44% | - |
| HSV(B) | 283.37º | 0.85% | 0.76% | - |
| XYZ | 22.68 | 11.21 | 52.6 | - |
| YUV | 83.8 | 190.76 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 195 | 0.24 | 0.85 | 0 | 0.24 | 283.37 | 0.74 | 0.44 |
| Hex | 95 | 1D | C3 | 18 | 55 | 0 | 18 | 11B | 4A | 2C |
| Octal | 225 | 35 | 303 | 30 | 125 | 0 | 30 | 433 | 112 | 54 |
| Binary | 10010101 | 11101 | 11000011 | 11000 | 1010101 | 0 | 11000 | 100011011 | 1001010 | 101100 |
Color Harmonies of #951DC3
Complementary color
Monochromatic Colors of #951DC3
Black with #951DC3
Text Example
Text Example
White with #951DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DC3; }
p { color: rgb(149,29,195); }
H1.HeaderClassName
{
color: #951DC3;
}
.AnyTagClassName
{
color: #951DC3;
}
</style>
background-color css
<style>
a { background-color: #951DC3; }
a { background-color: rgb(149,29,195); }
div.DivClassName
{
background-color: #951DC3;
}
.BgClassName
{
background-color: #951DC3;
}
</style>
border-color css
<style>
span { border-color: #951DC3; }
span { border-color: rgb(149,29,195); }
td.TdClassName
{
border-color: #951DC3;
}
.TagClassName
{
border-color: #951DC3;
}
</style>