Shades of Dark Orchid #952FCD
Tints of Dark Orchid #952FCD
RGB
CMYK
RGB Variations
Color information
#952FCD (or 0x952FCD) is known color: Dark Orchid. HEX triplet: 95, 2F and CD. RGB value is (149,47,205). Sum of RGB (Red+Green+Blue) = 149+47+205=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #952FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952FCD is #6AD032. Grayscale: #5E5E5E. Windows color (decimal): -7000115 or 13447061. OLE color: 13447061.
HSL color Cylindrical-coordinate representation of color #952FCD: hue angle of 278.73º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952FCD is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 47 | 205 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.20 |
| HSL | 278.73º | 0.63% | 0.49% | - |
| HSV(B) | 278.73º | 0.77% | 0.8% | - |
| XYZ | 24.43 | 12.83 | 58.95 | - |
| YUV | 95.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 205 | 0.27 | 0.77 | 0 | 0.20 | 278.73 | 0.63 | 0.49 |
| Hex | 95 | 2F | CD | 1B | 4D | 0 | 14 | 117 | 3F | 31 |
| Octal | 225 | 57 | 315 | 33 | 115 | 0 | 24 | 427 | 77 | 61 |
| Binary | 10010101 | 101111 | 11001101 | 11011 | 1001101 | 0 | 10100 | 100010111 | 111111 | 110001 |
Color Harmonies of #952FCD
Complementary color
Monochromatic Colors of #952FCD
Black with #952FCD
Text Example
Text Example
White with #952FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952FCD; }
p { color: rgb(149,47,205); }
H1.HeaderClassName
{
color: #952FCD;
}
.AnyTagClassName
{
color: #952FCD;
}
</style>
background-color css
<style>
a { background-color: #952FCD; }
a { background-color: rgb(149,47,205); }
div.DivClassName
{
background-color: #952FCD;
}
.BgClassName
{
background-color: #952FCD;
}
</style>
border-color css
<style>
span { border-color: #952FCD; }
span { border-color: rgb(149,47,205); }
td.TdClassName
{
border-color: #952FCD;
}
.TagClassName
{
border-color: #952FCD;
}
</style>