Shades of Dark Orchid #952CCD
Tints of Dark Orchid #952CCD
RGB
CMYK
RGB Variations
Color information
#952CCD (or 0x952CCD) is known color: Dark Orchid. HEX triplet: 95, 2C and CD. RGB value is (149,44,205). Sum of RGB (Red+Green+Blue) = 149+44+205=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #952CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CCD is #6AD332. Grayscale: #5D5D5D. Windows color (decimal): -7000883 or 13446293. OLE color: 13446293.
HSL color Cylindrical-coordinate representation of color #952CCD: hue angle of 279.13º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952CCD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 44 | 205 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.20 |
| HSL | 279.13º | 0.65% | 0.49% | - |
| HSV(B) | 279.13º | 0.79% | 0.8% | - |
| XYZ | 24.31 | 12.6 | 58.91 | - |
| YUV | 93.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 205 | 0.27 | 0.79 | 0 | 0.20 | 279.13 | 0.65 | 0.49 |
| Hex | 95 | 2C | CD | 1B | 4F | 0 | 14 | 117 | 41 | 31 |
| Octal | 225 | 54 | 315 | 33 | 117 | 0 | 24 | 427 | 101 | 61 |
| Binary | 10010101 | 101100 | 11001101 | 11011 | 1001111 | 0 | 10100 | 100010111 | 1000001 | 110001 |
Color Harmonies of #952CCD
Complementary color
Monochromatic Colors of #952CCD
Black with #952CCD
Text Example
Text Example
White with #952CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952CCD; }
p { color: rgb(149,44,205); }
H1.HeaderClassName
{
color: #952CCD;
}
.AnyTagClassName
{
color: #952CCD;
}
</style>
background-color css
<style>
a { background-color: #952CCD; }
a { background-color: rgb(149,44,205); }
div.DivClassName
{
background-color: #952CCD;
}
.BgClassName
{
background-color: #952CCD;
}
</style>
border-color css
<style>
span { border-color: #952CCD; }
span { border-color: rgb(149,44,205); }
td.TdClassName
{
border-color: #952CCD;
}
.TagClassName
{
border-color: #952CCD;
}
</style>