Shades of Medium Orchid #D23BE3
Tints of Medium Orchid #D23BE3
RGB
CMYK
RGB Variations
Color information
#D23BE3 (or 0xD23BE3) is known color: Medium Orchid. HEX triplet: D2, 3B and E3. RGB value is (210,59,227). Sum of RGB (Red+Green+Blue) = 210+59+227=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #D23BE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23BE3 is #2DC41C. Grayscale: #7A7A7A. Windows color (decimal): -2999325 or 14891986. OLE color: 14891986.
HSL color Cylindrical-coordinate representation of color #D23BE3: hue angle of 293.93º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23BE3 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 59 | 227 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.11 |
| HSL | 293.93º | 0.75% | 0.56% | - |
| HSV(B) | 293.93º | 0.74% | 0.89% | - |
| XYZ | 42.01 | 22.38 | 74.78 | - |
| YUV | 123.3 | 186.53 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 227 | 0.07 | 0.74 | 0 | 0.11 | 293.93 | 0.75 | 0.56 |
| Hex | D2 | 3B | E3 | 7 | 4A | 0 | B | 126 | 4B | 38 |
| Octal | 322 | 73 | 343 | 7 | 112 | 0 | 13 | 446 | 113 | 70 |
| Binary | 11010010 | 111011 | 11100011 | 111 | 1001010 | 0 | 1011 | 100100110 | 1001011 | 111000 |
Color Harmonies of #D23BE3
Complementary color
Monochromatic Colors of #D23BE3
Black with #D23BE3
Text Example
Text Example
White with #D23BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BE3; }
p { color: rgb(210,59,227); }
H1.HeaderClassName
{
color: #D23BE3;
}
.AnyTagClassName
{
color: #D23BE3;
}
</style>
background-color css
<style>
a { background-color: #D23BE3; }
a { background-color: rgb(210,59,227); }
div.DivClassName
{
background-color: #D23BE3;
}
.BgClassName
{
background-color: #D23BE3;
}
</style>
border-color css
<style>
span { border-color: #D23BE3; }
span { border-color: rgb(210,59,227); }
td.TdClassName
{
border-color: #D23BE3;
}
.TagClassName
{
border-color: #D23BE3;
}
</style>