Shades of Dark Orchid #952DCD
Tints of Dark Orchid #952DCD
RGB
CMYK
RGB Variations
Color information
#952DCD (or 0x952DCD) is known color: Dark Orchid. HEX triplet: 95, 2D and CD. RGB value is (149,45,205). Sum of RGB (Red+Green+Blue) = 149+45+205=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #952DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DCD is #6AD232. Grayscale: #5D5D5D. Windows color (decimal): -7000627 or 13446549. OLE color: 13446549.
HSL color Cylindrical-coordinate representation of color #952DCD: hue angle of 279º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952DCD is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 45 | 205 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.20 |
| HSL | 279º | 0.64% | 0.49% | - |
| HSV(B) | 279º | 0.78% | 0.8% | - |
| XYZ | 24.35 | 12.67 | 58.92 | - |
| YUV | 94.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 205 | 0.27 | 0.78 | 0 | 0.20 | 279 | 0.64 | 0.49 |
| Hex | 95 | 2D | CD | 1B | 4E | 0 | 14 | 117 | 40 | 31 |
| Octal | 225 | 55 | 315 | 33 | 116 | 0 | 24 | 427 | 100 | 61 |
| Binary | 10010101 | 101101 | 11001101 | 11011 | 1001110 | 0 | 10100 | 100010111 | 1000000 | 110001 |
Color Harmonies of #952DCD
Complementary color
Monochromatic Colors of #952DCD
Black with #952DCD
Text Example
Text Example
White with #952DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DCD; }
p { color: rgb(149,45,205); }
H1.HeaderClassName
{
color: #952DCD;
}
.AnyTagClassName
{
color: #952DCD;
}
</style>
background-color css
<style>
a { background-color: #952DCD; }
a { background-color: rgb(149,45,205); }
div.DivClassName
{
background-color: #952DCD;
}
.BgClassName
{
background-color: #952DCD;
}
</style>
border-color css
<style>
span { border-color: #952DCD; }
span { border-color: rgb(149,45,205); }
td.TdClassName
{
border-color: #952DCD;
}
.TagClassName
{
border-color: #952DCD;
}
</style>