Shades of Medium Orchid #D23BFD
Tints of Medium Orchid #D23BFD
RGB
CMYK
RGB Variations
Color information
#D23BFD (or 0xD23BFD) is known color: Medium Orchid. HEX triplet: D2, 3B and FD. RGB value is (210,59,253). Sum of RGB (Red+Green+Blue) = 210+59+253=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 59 (23.44% from 255 or 11.30% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #D23BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23BFD is #2DC402. Grayscale: #7D7D7D. Windows color (decimal): -2999299 or 16595922. OLE color: 16595922.
HSL color Cylindrical-coordinate representation of color #D23BFD: hue angle of 286.7º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23BFD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 59 | 253 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.01 |
| HSL | 286.7º | 0.98% | 0.61% | - |
| HSV(B) | 286.7º | 0.77% | 0.99% | - |
| XYZ | 45.87 | 23.92 | 95.13 | - |
| YUV | 126.27 | 199.53 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 253 | 0.17 | 0.77 | 0 | 0.01 | 286.7 | 0.98 | 0.61 |
| Hex | D2 | 3B | FD | 11 | 4D | 0 | 1 | 11F | 62 | 3D |
| Octal | 322 | 73 | 375 | 21 | 115 | 0 | 1 | 437 | 142 | 75 |
| Binary | 11010010 | 111011 | 11111101 | 10001 | 1001101 | 0 | 1 | 100011111 | 1100010 | 111101 |
Color Harmonies of #D23BFD
Complementary color
Monochromatic Colors of #D23BFD
Black with #D23BFD
Text Example
Text Example
White with #D23BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23BFD; }
p { color: rgb(210,59,253); }
H1.HeaderClassName
{
color: #D23BFD;
}
.AnyTagClassName
{
color: #D23BFD;
}
</style>
background-color css
<style>
a { background-color: #D23BFD; }
a { background-color: rgb(210,59,253); }
div.DivClassName
{
background-color: #D23BFD;
}
.BgClassName
{
background-color: #D23BFD;
}
</style>
border-color css
<style>
span { border-color: #D23BFD; }
span { border-color: rgb(210,59,253); }
td.TdClassName
{
border-color: #D23BFD;
}
.TagClassName
{
border-color: #D23BFD;
}
</style>