Shades of Dark Orchid #823EC7
Tints of Dark Orchid #823EC7
RGB
CMYK
RGB Variations
Color information
#823EC7 (or 0x823EC7) is known color: Dark Orchid. HEX triplet: 82, 3E and C7. RGB value is (130,62,199). Sum of RGB (Red+Green+Blue) = 130+62+199=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #823EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EC7 is #7DC138. Grayscale: #616161. Windows color (decimal): -8241465 or 13057666. OLE color: 13057666.
HSL color Cylindrical-coordinate representation of color #823EC7: hue angle of 269.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #823EC7 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 62 | 199 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.22 |
| HSL | 269.78º | 0.55% | 0.51% | - |
| HSV(B) | 269.78º | 0.69% | 0.78% | - |
| XYZ | 21.24 | 12.31 | 55.29 | - |
| YUV | 97.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 199 | 0.35 | 0.69 | 0 | 0.22 | 269.78 | 0.55 | 0.51 |
| Hex | 82 | 3E | C7 | 23 | 45 | 0 | 16 | 10E | 37 | 33 |
| Octal | 202 | 76 | 307 | 43 | 105 | 0 | 26 | 416 | 67 | 63 |
| Binary | 10000010 | 111110 | 11000111 | 100011 | 1000101 | 0 | 10110 | 100001110 | 110111 | 110011 |
Color Harmonies of #823EC7
Complementary color
Monochromatic Colors of #823EC7
Black with #823EC7
Text Example
Text Example
White with #823EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EC7; }
p { color: rgb(130,62,199); }
H1.HeaderClassName
{
color: #823EC7;
}
.AnyTagClassName
{
color: #823EC7;
}
</style>
background-color css
<style>
a { background-color: #823EC7; }
a { background-color: rgb(130,62,199); }
div.DivClassName
{
background-color: #823EC7;
}
.BgClassName
{
background-color: #823EC7;
}
</style>
border-color css
<style>
span { border-color: #823EC7; }
span { border-color: rgb(130,62,199); }
td.TdClassName
{
border-color: #823EC7;
}
.TagClassName
{
border-color: #823EC7;
}
</style>