Shades of Medium Orchid #D23DF1
Tints of Medium Orchid #D23DF1
RGB
CMYK
RGB Variations
Color information
#D23DF1 (or 0xD23DF1) is known color: Medium Orchid. HEX triplet: D2, 3D and F1. RGB value is (210,61,241). Sum of RGB (Red+Green+Blue) = 210+61+241=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #D23DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DF1 is #2DC20E. Grayscale: #7D7D7D. Windows color (decimal): -2998799 or 15810002. OLE color: 15810002.
HSL color Cylindrical-coordinate representation of color #D23DF1: hue angle of 289.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23DF1 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 61 | 241 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.05 |
| HSL | 289.67º | 0.87% | 0.59% | - |
| HSV(B) | 289.67º | 0.75% | 0.95% | - |
| XYZ | 44.12 | 23.39 | 85.41 | - |
| YUV | 126.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 241 | 0.13 | 0.75 | 0 | 0.05 | 289.67 | 0.87 | 0.59 |
| Hex | D2 | 3D | F1 | D | 4B | 0 | 5 | 122 | 57 | 3B |
| Octal | 322 | 75 | 361 | 15 | 113 | 0 | 5 | 442 | 127 | 73 |
| Binary | 11010010 | 111101 | 11110001 | 1101 | 1001011 | 0 | 101 | 100100010 | 1010111 | 111011 |
Color Harmonies of #D23DF1
Complementary color
Monochromatic Colors of #D23DF1
Black with #D23DF1
Text Example
Text Example
White with #D23DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DF1; }
p { color: rgb(210,61,241); }
H1.HeaderClassName
{
color: #D23DF1;
}
.AnyTagClassName
{
color: #D23DF1;
}
</style>
background-color css
<style>
a { background-color: #D23DF1; }
a { background-color: rgb(210,61,241); }
div.DivClassName
{
background-color: #D23DF1;
}
.BgClassName
{
background-color: #D23DF1;
}
</style>
border-color css
<style>
span { border-color: #D23DF1; }
span { border-color: rgb(210,61,241); }
td.TdClassName
{
border-color: #D23DF1;
}
.TagClassName
{
border-color: #D23DF1;
}
</style>