Shades of Dark Orchid #A83FCE
Tints of Dark Orchid #A83FCE
RGB
CMYK
RGB Variations
Color information
#A83FCE (or 0xA83FCE) is known color: Dark Orchid. HEX triplet: A8, 3F and CE. RGB value is (168,63,206). Sum of RGB (Red+Green+Blue) = 168+63+206=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #A83FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FCE is #57C031. Grayscale: #6E6E6E. Windows color (decimal): -5750834 or 13516712. OLE color: 13516712.
HSL color Cylindrical-coordinate representation of color #A83FCE: hue angle of 284.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83FCE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 63 | 206 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.19 |
| HSL | 284.06º | 0.59% | 0.53% | - |
| HSV(B) | 284.06º | 0.69% | 0.81% | - |
| XYZ | 29.07 | 16.34 | 60.01 | - |
| YUV | 110.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 206 | 0.18 | 0.69 | 0 | 0.19 | 284.06 | 0.59 | 0.53 |
| Hex | A8 | 3F | CE | 12 | 45 | 0 | 13 | 11C | 3B | 35 |
| Octal | 250 | 77 | 316 | 22 | 105 | 0 | 23 | 434 | 73 | 65 |
| Binary | 10101000 | 111111 | 11001110 | 10010 | 1000101 | 0 | 10011 | 100011100 | 111011 | 110101 |
Color Harmonies of #A83FCE
Complementary color
Monochromatic Colors of #A83FCE
Black with #A83FCE
Text Example
Text Example
White with #A83FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FCE; }
p { color: rgb(168,63,206); }
H1.HeaderClassName
{
color: #A83FCE;
}
.AnyTagClassName
{
color: #A83FCE;
}
</style>
background-color css
<style>
a { background-color: #A83FCE; }
a { background-color: rgb(168,63,206); }
div.DivClassName
{
background-color: #A83FCE;
}
.BgClassName
{
background-color: #A83FCE;
}
</style>
border-color css
<style>
span { border-color: #A83FCE; }
span { border-color: rgb(168,63,206); }
td.TdClassName
{
border-color: #A83FCE;
}
.TagClassName
{
border-color: #A83FCE;
}
</style>