Shades of Dark Orchid #8223C1
Tints of Dark Orchid #8223C1
RGB
CMYK
RGB Variations
Color information
#8223C1 (or 0x8223C1) is known color: Dark Orchid. HEX triplet: 82, 23 and C1. RGB value is (130,35,193). Sum of RGB (Red+Green+Blue) = 130+35+193=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #8223C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8223C1 is #7DDC3E. Grayscale: #505050. Windows color (decimal): -8248383 or 12657538. OLE color: 12657538.
HSL color Cylindrical-coordinate representation of color #8223C1: hue angle of 276.08º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8223C1 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 35 | 193 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.24 |
| HSL | 276.08º | 0.69% | 0.45% | - |
| HSV(B) | 276.08º | 0.82% | 0.76% | - |
| XYZ | 19.43 | 9.8 | 51.32 | - |
| YUV | 81.42 | 190.97 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 193 | 0.33 | 0.82 | 0 | 0.24 | 276.08 | 0.69 | 0.45 |
| Hex | 82 | 23 | C1 | 21 | 52 | 0 | 18 | 114 | 45 | 2D |
| Octal | 202 | 43 | 301 | 41 | 122 | 0 | 30 | 424 | 105 | 55 |
| Binary | 10000010 | 100011 | 11000001 | 100001 | 1010010 | 0 | 11000 | 100010100 | 1000101 | 101101 |
Color Harmonies of #8223C1
Complementary color
Monochromatic Colors of #8223C1
Black with #8223C1
Text Example
Text Example
White with #8223C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8223C1; }
p { color: rgb(130,35,193); }
H1.HeaderClassName
{
color: #8223C1;
}
.AnyTagClassName
{
color: #8223C1;
}
</style>
background-color css
<style>
a { background-color: #8223C1; }
a { background-color: rgb(130,35,193); }
div.DivClassName
{
background-color: #8223C1;
}
.BgClassName
{
background-color: #8223C1;
}
</style>
border-color css
<style>
span { border-color: #8223C1; }
span { border-color: rgb(130,35,193); }
td.TdClassName
{
border-color: #8223C1;
}
.TagClassName
{
border-color: #8223C1;
}
</style>