Shades of Medium Orchid #D23DF2
Tints of Medium Orchid #D23DF2
RGB
CMYK
RGB Variations
Color information
#D23DF2 (or 0xD23DF2) is known color: Medium Orchid. HEX triplet: D2, 3D and F2. RGB value is (210,61,242). Sum of RGB (Red+Green+Blue) = 210+61+242=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #D23DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DF2 is #2DC20D. Grayscale: #7D7D7D. Windows color (decimal): -2998798 or 15875538. OLE color: 15875538.
HSL color Cylindrical-coordinate representation of color #D23DF2: hue angle of 289.39º 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 #D23DF2 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 61 | 242 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.05 |
| HSL | 289.39º | 0.87% | 0.59% | - |
| HSV(B) | 289.39º | 0.75% | 0.95% | - |
| XYZ | 44.27 | 23.45 | 86.2 | - |
| YUV | 126.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 242 | 0.13 | 0.75 | 0 | 0.05 | 289.39 | 0.87 | 0.59 |
| Hex | D2 | 3D | F2 | D | 4B | 0 | 5 | 121 | 57 | 3B |
| Octal | 322 | 75 | 362 | 15 | 113 | 0 | 5 | 441 | 127 | 73 |
| Binary | 11010010 | 111101 | 11110010 | 1101 | 1001011 | 0 | 101 | 100100001 | 1010111 | 111011 |
Color Harmonies of #D23DF2
Complementary color
Monochromatic Colors of #D23DF2
Black with #D23DF2
Text Example
Text Example
White with #D23DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DF2; }
p { color: rgb(210,61,242); }
H1.HeaderClassName
{
color: #D23DF2;
}
.AnyTagClassName
{
color: #D23DF2;
}
</style>
background-color css
<style>
a { background-color: #D23DF2; }
a { background-color: rgb(210,61,242); }
div.DivClassName
{
background-color: #D23DF2;
}
.BgClassName
{
background-color: #D23DF2;
}
</style>
border-color css
<style>
span { border-color: #D23DF2; }
span { border-color: rgb(210,61,242); }
td.TdClassName
{
border-color: #D23DF2;
}
.TagClassName
{
border-color: #D23DF2;
}
</style>