Shades of Medium Orchid #D23CF2
Tints of Medium Orchid #D23CF2
RGB
CMYK
RGB Variations
Color information
#D23CF2 (or 0xD23CF2) is known color: Medium Orchid. HEX triplet: D2, 3C and F2. RGB value is (210,60,242). Sum of RGB (Red+Green+Blue) = 210+60+242=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #D23CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CF2 is #2DC30D. Grayscale: #7D7D7D. Windows color (decimal): -2999054 or 15875282. OLE color: 15875282.
HSL color Cylindrical-coordinate representation of color #D23CF2: hue angle of 289.45º degrees, saturation: 0.88, 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 #D23CF2 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 60 | 242 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.05 |
| HSL | 289.45º | 0.88% | 0.59% | - |
| HSV(B) | 289.45º | 0.75% | 0.95% | - |
| XYZ | 44.22 | 23.34 | 86.18 | - |
| YUV | 125.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 242 | 0.13 | 0.75 | 0 | 0.05 | 289.45 | 0.88 | 0.59 |
| Hex | D2 | 3C | F2 | D | 4B | 0 | 5 | 121 | 58 | 3B |
| Octal | 322 | 74 | 362 | 15 | 113 | 0 | 5 | 441 | 130 | 73 |
| Binary | 11010010 | 111100 | 11110010 | 1101 | 1001011 | 0 | 101 | 100100001 | 1011000 | 111011 |
Color Harmonies of #D23CF2
Complementary color
Monochromatic Colors of #D23CF2
Black with #D23CF2
Text Example
Text Example
White with #D23CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CF2; }
p { color: rgb(210,60,242); }
H1.HeaderClassName
{
color: #D23CF2;
}
.AnyTagClassName
{
color: #D23CF2;
}
</style>
background-color css
<style>
a { background-color: #D23CF2; }
a { background-color: rgb(210,60,242); }
div.DivClassName
{
background-color: #D23CF2;
}
.BgClassName
{
background-color: #D23CF2;
}
</style>
border-color css
<style>
span { border-color: #D23CF2; }
span { border-color: rgb(210,60,242); }
td.TdClassName
{
border-color: #D23CF2;
}
.TagClassName
{
border-color: #D23CF2;
}
</style>