Shades of Dark Orchid #952ECD
Tints of Dark Orchid #952ECD
RGB
CMYK
RGB Variations
Color information
#952ECD (or 0x952ECD) is known color: Dark Orchid. HEX triplet: 95, 2E and CD. RGB value is (149,46,205). Sum of RGB (Red+Green+Blue) = 149+46+205=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #952ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ECD is #6AD132. Grayscale: #5E5E5E. Windows color (decimal): -7000371 or 13446805. OLE color: 13446805.
HSL color Cylindrical-coordinate representation of color #952ECD: hue angle of 278.87º degrees, saturation: 0.63, 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 #952ECD is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 46 | 205 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.20 |
| HSL | 278.87º | 0.63% | 0.49% | - |
| HSV(B) | 278.87º | 0.78% | 0.8% | - |
| XYZ | 24.39 | 12.75 | 58.93 | - |
| YUV | 94.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 205 | 0.27 | 0.78 | 0 | 0.20 | 278.87 | 0.63 | 0.49 |
| Hex | 95 | 2E | CD | 1B | 4E | 0 | 14 | 117 | 3F | 31 |
| Octal | 225 | 56 | 315 | 33 | 116 | 0 | 24 | 427 | 77 | 61 |
| Binary | 10010101 | 101110 | 11001101 | 11011 | 1001110 | 0 | 10100 | 100010111 | 111111 | 110001 |
Color Harmonies of #952ECD
Complementary color
Monochromatic Colors of #952ECD
Black with #952ECD
Text Example
Text Example
White with #952ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952ECD; }
p { color: rgb(149,46,205); }
H1.HeaderClassName
{
color: #952ECD;
}
.AnyTagClassName
{
color: #952ECD;
}
</style>
background-color css
<style>
a { background-color: #952ECD; }
a { background-color: rgb(149,46,205); }
div.DivClassName
{
background-color: #952ECD;
}
.BgClassName
{
background-color: #952ECD;
}
</style>
border-color css
<style>
span { border-color: #952ECD; }
span { border-color: rgb(149,46,205); }
td.TdClassName
{
border-color: #952ECD;
}
.TagClassName
{
border-color: #952ECD;
}
</style>