Shades of Dark Orchid #A23DCE
Tints of Dark Orchid #A23DCE
RGB
CMYK
RGB Variations
Color information
#A23DCE (or 0xA23DCE) is known color: Dark Orchid. HEX triplet: A2, 3D and CE. RGB value is (162,61,206). Sum of RGB (Red+Green+Blue) = 162+61+206=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #A23DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DCE is #5DC231. Grayscale: #6B6B6B. Windows color (decimal): -6144562 or 13516194. OLE color: 13516194.
HSL color Cylindrical-coordinate representation of color #A23DCE: hue angle of 281.79º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23DCE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 61 | 206 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.19 |
| HSL | 281.79º | 0.6% | 0.52% | - |
| HSV(B) | 281.79º | 0.7% | 0.81% | - |
| XYZ | 27.71 | 15.48 | 59.92 | - |
| YUV | 107.73 | 183.46 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 206 | 0.21 | 0.70 | 0 | 0.19 | 281.79 | 0.6 | 0.52 |
| Hex | A2 | 3D | CE | 15 | 46 | 0 | 13 | 11A | 3C | 34 |
| Octal | 242 | 75 | 316 | 25 | 106 | 0 | 23 | 432 | 74 | 64 |
| Binary | 10100010 | 111101 | 11001110 | 10101 | 1000110 | 0 | 10011 | 100011010 | 111100 | 110100 |
Color Harmonies of #A23DCE
Complementary color
Monochromatic Colors of #A23DCE
Black with #A23DCE
Text Example
Text Example
White with #A23DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DCE; }
p { color: rgb(162,61,206); }
H1.HeaderClassName
{
color: #A23DCE;
}
.AnyTagClassName
{
color: #A23DCE;
}
</style>
background-color css
<style>
a { background-color: #A23DCE; }
a { background-color: rgb(162,61,206); }
div.DivClassName
{
background-color: #A23DCE;
}
.BgClassName
{
background-color: #A23DCE;
}
</style>
border-color css
<style>
span { border-color: #A23DCE; }
span { border-color: rgb(162,61,206); }
td.TdClassName
{
border-color: #A23DCE;
}
.TagClassName
{
border-color: #A23DCE;
}
</style>