Shades of Dark Orchid #992CDC
Tints of Dark Orchid #992CDC
RGB
CMYK
RGB Variations
Color information
#992CDC (or 0x992CDC) is known color: Dark Orchid. HEX triplet: 99, 2C and DC. RGB value is (153,44,220). Sum of RGB (Red+Green+Blue) = 153+44+220=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #992CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CDC is #66D323. Grayscale: #606060. Windows color (decimal): -6738724 or 14429337. OLE color: 14429337.
HSL color Cylindrical-coordinate representation of color #992CDC: hue angle of 277.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992CDC is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 44 | 220 | - |
| CMYK | 0.30 | 0.8 | 0 | 0.14 |
| HSL | 277.16º | 0.72% | 0.52% | - |
| HSV(B) | 277.16º | 0.8% | 0.86% | - |
| XYZ | 26.96 | 13.74 | 68.94 | - |
| YUV | 96.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 220 | 0.30 | 0.8 | 0 | 0.14 | 277.16 | 0.72 | 0.52 |
| Hex | 99 | 2C | DC | 1E | 50 | 0 | E | 115 | 48 | 34 |
| Octal | 231 | 54 | 334 | 36 | 120 | 0 | 16 | 425 | 110 | 64 |
| Binary | 10011001 | 101100 | 11011100 | 11110 | 1010000 | 0 | 1110 | 100010101 | 1001000 | 110100 |
Color Harmonies of #992CDC
Complementary color
Monochromatic Colors of #992CDC
Black with #992CDC
Text Example
Text Example
White with #992CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CDC; }
p { color: rgb(153,44,220); }
H1.HeaderClassName
{
color: #992CDC;
}
.AnyTagClassName
{
color: #992CDC;
}
</style>
background-color css
<style>
a { background-color: #992CDC; }
a { background-color: rgb(153,44,220); }
div.DivClassName
{
background-color: #992CDC;
}
.BgClassName
{
background-color: #992CDC;
}
</style>
border-color css
<style>
span { border-color: #992CDC; }
span { border-color: rgb(153,44,220); }
td.TdClassName
{
border-color: #992CDC;
}
.TagClassName
{
border-color: #992CDC;
}
</style>