Shades of Medium Orchid #D23AFE
Tints of Medium Orchid #D23AFE
RGB
CMYK
RGB Variations
Color information
#D23AFE (or 0xD23AFE) is known color: Medium Orchid. HEX triplet: D2, 3A and FE. RGB value is (210,58,254). Sum of RGB (Red+Green+Blue) = 210+58+254=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #D23AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23AFE is #2DC501. Grayscale: #7D7D7D. Windows color (decimal): -2999554 or 16661202. OLE color: 16661202.
HSL color Cylindrical-coordinate representation of color #D23AFE: hue angle of 286.53º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23AFE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 58 | 254 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.00 |
| HSL | 286.53º | 0.99% | 0.61% | - |
| HSV(B) | 286.53º | 0.77% | 1% | - |
| XYZ | 45.98 | 23.88 | 95.95 | - |
| YUV | 125.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 254 | 0.17 | 0.77 | 0 | 0.00 | 286.53 | 0.99 | 0.61 |
| Hex | D2 | 3A | FE | 11 | 4D | 0 | 0 | 11F | 63 | 3D |
| Octal | 322 | 72 | 376 | 21 | 115 | 0 | 0 | 437 | 143 | 75 |
| Binary | 11010010 | 111010 | 11111110 | 10001 | 1001101 | 0 | 0 | 100011111 | 1100011 | 111101 |
Color Harmonies of #D23AFE
Complementary color
Monochromatic Colors of #D23AFE
Black with #D23AFE
Text Example
Text Example
White with #D23AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23AFE; }
p { color: rgb(210,58,254); }
H1.HeaderClassName
{
color: #D23AFE;
}
.AnyTagClassName
{
color: #D23AFE;
}
</style>
background-color css
<style>
a { background-color: #D23AFE; }
a { background-color: rgb(210,58,254); }
div.DivClassName
{
background-color: #D23AFE;
}
.BgClassName
{
background-color: #D23AFE;
}
</style>
border-color css
<style>
span { border-color: #D23AFE; }
span { border-color: rgb(210,58,254); }
td.TdClassName
{
border-color: #D23AFE;
}
.TagClassName
{
border-color: #D23AFE;
}
</style>