Shades of Dark Orchid #801EC4
Tints of Dark Orchid #801EC4
RGB
CMYK
RGB Variations
Color information
#801EC4 (or 0x801EC4) is known color: Dark Orchid. HEX triplet: 80, 1E and C4. RGB value is (128,30,196). Sum of RGB (Red+Green+Blue) = 128+30+196=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #801EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801EC4 is #7FE13B. Grayscale: #4D4D4D. Windows color (decimal): -8380732 or 12852864. OLE color: 12852864.
HSL color Cylindrical-coordinate representation of color #801EC4: hue angle of 275.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801EC4 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 30 | 196 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.23 |
| HSL | 275.42º | 0.73% | 0.44% | - |
| HSV(B) | 275.42º | 0.85% | 0.77% | - |
| XYZ | 19.33 | 9.5 | 53.04 | - |
| YUV | 78.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 196 | 0.35 | 0.85 | 0 | 0.23 | 275.42 | 0.73 | 0.44 |
| Hex | 80 | 1E | C4 | 23 | 55 | 0 | 17 | 113 | 49 | 2C |
| Octal | 200 | 36 | 304 | 43 | 125 | 0 | 27 | 423 | 111 | 54 |
| Binary | 10000000 | 11110 | 11000100 | 100011 | 1010101 | 0 | 10111 | 100010011 | 1001001 | 101100 |
Color Harmonies of #801EC4
Complementary color
Monochromatic Colors of #801EC4
Black with #801EC4
Text Example
Text Example
White with #801EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EC4; }
p { color: rgb(128,30,196); }
H1.HeaderClassName
{
color: #801EC4;
}
.AnyTagClassName
{
color: #801EC4;
}
</style>
background-color css
<style>
a { background-color: #801EC4; }
a { background-color: rgb(128,30,196); }
div.DivClassName
{
background-color: #801EC4;
}
.BgClassName
{
background-color: #801EC4;
}
</style>
border-color css
<style>
span { border-color: #801EC4; }
span { border-color: rgb(128,30,196); }
td.TdClassName
{
border-color: #801EC4;
}
.TagClassName
{
border-color: #801EC4;
}
</style>