Shades of Dark Orchid #952DCE
Tints of Dark Orchid #952DCE
RGB
CMYK
RGB Variations
Color information
#952DCE (or 0x952DCE) is known color: Dark Orchid. HEX triplet: 95, 2D and CE. RGB value is (149,45,206). Sum of RGB (Red+Green+Blue) = 149+45+206=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #952DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952DCE is #6AD231. Grayscale: #5D5D5D. Windows color (decimal): -7000626 or 13512085. OLE color: 13512085.
HSL color Cylindrical-coordinate representation of color #952DCE: hue angle of 278.76º degrees, saturation: 0.64, 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 #952DCE is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 45 | 206 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.19 |
| HSL | 278.76º | 0.64% | 0.49% | - |
| HSV(B) | 278.76º | 0.78% | 0.81% | - |
| XYZ | 24.47 | 12.72 | 59.56 | - |
| YUV | 94.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 206 | 0.28 | 0.78 | 0 | 0.19 | 278.76 | 0.64 | 0.49 |
| Hex | 95 | 2D | CE | 1C | 4E | 0 | 13 | 117 | 40 | 31 |
| Octal | 225 | 55 | 316 | 34 | 116 | 0 | 23 | 427 | 100 | 61 |
| Binary | 10010101 | 101101 | 11001110 | 11100 | 1001110 | 0 | 10011 | 100010111 | 1000000 | 110001 |
Color Harmonies of #952DCE
Complementary color
Monochromatic Colors of #952DCE
Black with #952DCE
Text Example
Text Example
White with #952DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DCE; }
p { color: rgb(149,45,206); }
H1.HeaderClassName
{
color: #952DCE;
}
.AnyTagClassName
{
color: #952DCE;
}
</style>
background-color css
<style>
a { background-color: #952DCE; }
a { background-color: rgb(149,45,206); }
div.DivClassName
{
background-color: #952DCE;
}
.BgClassName
{
background-color: #952DCE;
}
</style>
border-color css
<style>
span { border-color: #952DCE; }
span { border-color: rgb(149,45,206); }
td.TdClassName
{
border-color: #952DCE;
}
.TagClassName
{
border-color: #952DCE;
}
</style>