Shades of Medium Orchid #D23FFA
Tints of Medium Orchid #D23FFA
RGB
CMYK
RGB Variations
Color information
#D23FFA (or 0xD23FFA) is known color: Medium Orchid. HEX triplet: D2, 3F and FA. RGB value is (210,63,250). Sum of RGB (Red+Green+Blue) = 210+63+250=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 63 (25% from 255 or 12.05% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #D23FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FFA is #2DC005. Grayscale: #7F7F7F. Windows color (decimal): -2998278 or 16400338. OLE color: 16400338.
HSL color Cylindrical-coordinate representation of color #D23FFA: hue angle of 287.17º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23FFA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 63 | 250 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.02 |
| HSL | 287.17º | 0.95% | 0.61% | - |
| HSV(B) | 287.17º | 0.75% | 0.98% | - |
| XYZ | 45.61 | 24.16 | 92.7 | - |
| YUV | 128.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 250 | 0.16 | 0.75 | 0 | 0.02 | 287.17 | 0.95 | 0.61 |
| Hex | D2 | 3F | FA | 10 | 4B | 0 | 2 | 11F | 5F | 3D |
| Octal | 322 | 77 | 372 | 20 | 113 | 0 | 2 | 437 | 137 | 75 |
| Binary | 11010010 | 111111 | 11111010 | 10000 | 1001011 | 0 | 10 | 100011111 | 1011111 | 111101 |
Color Harmonies of #D23FFA
Complementary color
Monochromatic Colors of #D23FFA
Black with #D23FFA
Text Example
Text Example
White with #D23FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FFA; }
p { color: rgb(210,63,250); }
H1.HeaderClassName
{
color: #D23FFA;
}
.AnyTagClassName
{
color: #D23FFA;
}
</style>
background-color css
<style>
a { background-color: #D23FFA; }
a { background-color: rgb(210,63,250); }
div.DivClassName
{
background-color: #D23FFA;
}
.BgClassName
{
background-color: #D23FFA;
}
</style>
border-color css
<style>
span { border-color: #D23FFA; }
span { border-color: rgb(210,63,250); }
td.TdClassName
{
border-color: #D23FFA;
}
.TagClassName
{
border-color: #D23FFA;
}
</style>