Shades of Medium Orchid #D23FFC
Tints of Medium Orchid #D23FFC
RGB
CMYK
RGB Variations
Color information
#D23FFC (or 0xD23FFC) is known color: Medium Orchid. HEX triplet: D2, 3F and FC. RGB value is (210,63,252). Sum of RGB (Red+Green+Blue) = 210+63+252=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #D23FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23FFC is #2DC003. Grayscale: #7F7F7F. Windows color (decimal): -2998276 or 16531410. OLE color: 16531410.
HSL color Cylindrical-coordinate representation of color #D23FFC: hue angle of 286.67º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23FFC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 63 | 252 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.01 |
| HSL | 286.67º | 0.97% | 0.62% | - |
| HSV(B) | 286.67º | 0.75% | 0.99% | - |
| XYZ | 45.93 | 24.28 | 94.36 | - |
| YUV | 128.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 252 | 0.17 | 0.75 | 0 | 0.01 | 286.67 | 0.97 | 0.62 |
| Hex | D2 | 3F | FC | 11 | 4B | 0 | 1 | 11F | 61 | 3E |
| Octal | 322 | 77 | 374 | 21 | 113 | 0 | 1 | 437 | 141 | 76 |
| Binary | 11010010 | 111111 | 11111100 | 10001 | 1001011 | 0 | 1 | 100011111 | 1100001 | 111110 |
Color Harmonies of #D23FFC
Complementary color
Monochromatic Colors of #D23FFC
Black with #D23FFC
Text Example
Text Example
White with #D23FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23FFC; }
p { color: rgb(210,63,252); }
H1.HeaderClassName
{
color: #D23FFC;
}
.AnyTagClassName
{
color: #D23FFC;
}
</style>
background-color css
<style>
a { background-color: #D23FFC; }
a { background-color: rgb(210,63,252); }
div.DivClassName
{
background-color: #D23FFC;
}
.BgClassName
{
background-color: #D23FFC;
}
</style>
border-color css
<style>
span { border-color: #D23FFC; }
span { border-color: rgb(210,63,252); }
td.TdClassName
{
border-color: #D23FFC;
}
.TagClassName
{
border-color: #D23FFC;
}
</style>