Shades of Medium Orchid #D23BFE
Tints of Medium Orchid #D23BFE
RGB
CMYK
RGB Variations
Color information
#D23BFE (or 0xD23BFE) is known color: Medium Orchid. HEX triplet: D2, 3B and FE. RGB value is (210,59,254). Sum of RGB (Red+Green+Blue) = 210+59+254=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 59 (23.44% from 255 or 11.28% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #D23BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23BFE is #2DC401. Grayscale: #7D7D7D. Windows color (decimal): -2999298 or 16661458. OLE color: 16661458.
HSL color Cylindrical-coordinate representation of color #D23BFE: hue angle of 286.46º 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 #D23BFE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 59 | 254 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.00 |
| HSL | 286.46º | 0.99% | 0.61% | - |
| HSV(B) | 286.46º | 0.77% | 1% | - |
| XYZ | 46.03 | 23.99 | 95.97 | - |
| YUV | 126.38 | 200.03 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 254 | 0.17 | 0.77 | 0 | 0.00 | 286.46 | 0.99 | 0.61 |
| Hex | D2 | 3B | FE | 11 | 4D | 0 | 0 | 11E | 63 | 3D |
| Octal | 322 | 73 | 376 | 21 | 115 | 0 | 0 | 436 | 143 | 75 |
| Binary | 11010010 | 111011 | 11111110 | 10001 | 1001101 | 0 | 0 | 100011110 | 1100011 | 111101 |
Color Harmonies of #D23BFE
Complementary color
Monochromatic Colors of #D23BFE
Black with #D23BFE
Text Example
Text Example
White with #D23BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BFE; }
p { color: rgb(210,59,254); }
H1.HeaderClassName
{
color: #D23BFE;
}
.AnyTagClassName
{
color: #D23BFE;
}
</style>
background-color css
<style>
a { background-color: #D23BFE; }
a { background-color: rgb(210,59,254); }
div.DivClassName
{
background-color: #D23BFE;
}
.BgClassName
{
background-color: #D23BFE;
}
</style>
border-color css
<style>
span { border-color: #D23BFE; }
span { border-color: rgb(210,59,254); }
td.TdClassName
{
border-color: #D23BFE;
}
.TagClassName
{
border-color: #D23BFE;
}
</style>