Shades of Dark Orchid #962CCD
Tints of Dark Orchid #962CCD
RGB
CMYK
RGB Variations
Color information
#962CCD (or 0x962CCD) is known color: Dark Orchid. HEX triplet: 96, 2C and CD. RGB value is (150,44,205). Sum of RGB (Red+Green+Blue) = 150+44+205=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #962CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CCD is #69D332. Grayscale: #5D5D5D. Windows color (decimal): -6935347 or 13446294. OLE color: 13446294.
HSL color Cylindrical-coordinate representation of color #962CCD: hue angle of 279.5º 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 #962CCD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 44 | 205 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.20 |
| HSL | 279.5º | 0.65% | 0.49% | - |
| HSV(B) | 279.5º | 0.79% | 0.8% | - |
| XYZ | 24.5 | 12.69 | 58.92 | - |
| YUV | 94.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 205 | 0.27 | 0.79 | 0 | 0.20 | 279.5 | 0.65 | 0.49 |
| Hex | 96 | 2C | CD | 1B | 4F | 0 | 14 | 118 | 41 | 31 |
| Octal | 226 | 54 | 315 | 33 | 117 | 0 | 24 | 430 | 101 | 61 |
| Binary | 10010110 | 101100 | 11001101 | 11011 | 1001111 | 0 | 10100 | 100011000 | 1000001 | 110001 |
Color Harmonies of #962CCD
Complementary color
Monochromatic Colors of #962CCD
Black with #962CCD
Text Example
Text Example
White with #962CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CCD; }
p { color: rgb(150,44,205); }
H1.HeaderClassName
{
color: #962CCD;
}
.AnyTagClassName
{
color: #962CCD;
}
</style>
background-color css
<style>
a { background-color: #962CCD; }
a { background-color: rgb(150,44,205); }
div.DivClassName
{
background-color: #962CCD;
}
.BgClassName
{
background-color: #962CCD;
}
</style>
border-color css
<style>
span { border-color: #962CCD; }
span { border-color: rgb(150,44,205); }
td.TdClassName
{
border-color: #962CCD;
}
.TagClassName
{
border-color: #962CCD;
}
</style>