Shades of Dark Orchid #953ECD
Tints of Dark Orchid #953ECD
RGB
CMYK
RGB Variations
Color information
#953ECD (or 0x953ECD) is known color: Dark Orchid. HEX triplet: 95, 3E and CD. RGB value is (149,62,205). Sum of RGB (Red+Green+Blue) = 149+62+205=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #953ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ECD is #6AC132. Grayscale: #676767. Windows color (decimal): -6996275 or 13450901. OLE color: 13450901.
HSL color Cylindrical-coordinate representation of color #953ECD: hue angle of 276.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953ECD is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 62 | 205 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.20 |
| HSL | 276.5º | 0.59% | 0.52% | - |
| HSV(B) | 276.5º | 0.7% | 0.8% | - |
| XYZ | 25.14 | 14.24 | 59.18 | - |
| YUV | 104.32 | 184.82 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 205 | 0.27 | 0.70 | 0 | 0.20 | 276.5 | 0.59 | 0.52 |
| Hex | 95 | 3E | CD | 1B | 46 | 0 | 14 | 115 | 3B | 34 |
| Octal | 225 | 76 | 315 | 33 | 106 | 0 | 24 | 425 | 73 | 64 |
| Binary | 10010101 | 111110 | 11001101 | 11011 | 1000110 | 0 | 10100 | 100010101 | 111011 | 110100 |
Color Harmonies of #953ECD
Complementary color
Monochromatic Colors of #953ECD
Black with #953ECD
Text Example
Text Example
White with #953ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953ECD; }
p { color: rgb(149,62,205); }
H1.HeaderClassName
{
color: #953ECD;
}
.AnyTagClassName
{
color: #953ECD;
}
</style>
background-color css
<style>
a { background-color: #953ECD; }
a { background-color: rgb(149,62,205); }
div.DivClassName
{
background-color: #953ECD;
}
.BgClassName
{
background-color: #953ECD;
}
</style>
border-color css
<style>
span { border-color: #953ECD; }
span { border-color: rgb(149,62,205); }
td.TdClassName
{
border-color: #953ECD;
}
.TagClassName
{
border-color: #953ECD;
}
</style>