Shades of Dark Orchid #952ECE
Tints of Dark Orchid #952ECE
RGB
CMYK
RGB Variations
Color information
#952ECE (or 0x952ECE) is known color: Dark Orchid. HEX triplet: 95, 2E and CE. RGB value is (149,46,206). Sum of RGB (Red+Green+Blue) = 149+46+206=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #952ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ECE is #6AD131. Grayscale: #5E5E5E. Windows color (decimal): -7000370 or 13512341. OLE color: 13512341.
HSL color Cylindrical-coordinate representation of color #952ECE: hue angle of 278.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952ECE is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 46 | 206 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.19 |
| HSL | 278.63º | 0.63% | 0.49% | - |
| HSV(B) | 278.63º | 0.78% | 0.81% | - |
| XYZ | 24.51 | 12.8 | 59.57 | - |
| YUV | 95.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 206 | 0.28 | 0.78 | 0 | 0.19 | 278.63 | 0.63 | 0.49 |
| Hex | 95 | 2E | CE | 1C | 4E | 0 | 13 | 117 | 3F | 31 |
| Octal | 225 | 56 | 316 | 34 | 116 | 0 | 23 | 427 | 77 | 61 |
| Binary | 10010101 | 101110 | 11001110 | 11100 | 1001110 | 0 | 10011 | 100010111 | 111111 | 110001 |
Color Harmonies of #952ECE
Complementary color
Monochromatic Colors of #952ECE
Black with #952ECE
Text Example
Text Example
White with #952ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ECE; }
p { color: rgb(149,46,206); }
H1.HeaderClassName
{
color: #952ECE;
}
.AnyTagClassName
{
color: #952ECE;
}
</style>
background-color css
<style>
a { background-color: #952ECE; }
a { background-color: rgb(149,46,206); }
div.DivClassName
{
background-color: #952ECE;
}
.BgClassName
{
background-color: #952ECE;
}
</style>
border-color css
<style>
span { border-color: #952ECE; }
span { border-color: rgb(149,46,206); }
td.TdClassName
{
border-color: #952ECE;
}
.TagClassName
{
border-color: #952ECE;
}
</style>