Shades of Medium Orchid #D23CFC
Tints of Medium Orchid #D23CFC
RGB
CMYK
RGB Variations
Color information
#D23CFC (or 0xD23CFC) is known color: Medium Orchid. HEX triplet: D2, 3C and FC. RGB value is (210,60,252). Sum of RGB (Red+Green+Blue) = 210+60+252=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #D23CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CFC is #2DC303. Grayscale: #7E7E7E. Windows color (decimal): -2999044 or 16530642. OLE color: 16530642.
HSL color Cylindrical-coordinate representation of color #D23CFC: hue angle of 286.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23CFC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 60 | 252 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.01 |
| HSL | 286.88º | 0.97% | 0.61% | - |
| HSV(B) | 286.88º | 0.76% | 0.99% | - |
| XYZ | 45.76 | 23.96 | 94.31 | - |
| YUV | 126.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 252 | 0.17 | 0.76 | 0 | 0.01 | 286.88 | 0.97 | 0.61 |
| Hex | D2 | 3C | FC | 11 | 4C | 0 | 1 | 11F | 61 | 3D |
| Octal | 322 | 74 | 374 | 21 | 114 | 0 | 1 | 437 | 141 | 75 |
| Binary | 11010010 | 111100 | 11111100 | 10001 | 1001100 | 0 | 1 | 100011111 | 1100001 | 111101 |
Color Harmonies of #D23CFC
Complementary color
Monochromatic Colors of #D23CFC
Black with #D23CFC
Text Example
Text Example
White with #D23CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CFC; }
p { color: rgb(210,60,252); }
H1.HeaderClassName
{
color: #D23CFC;
}
.AnyTagClassName
{
color: #D23CFC;
}
</style>
background-color css
<style>
a { background-color: #D23CFC; }
a { background-color: rgb(210,60,252); }
div.DivClassName
{
background-color: #D23CFC;
}
.BgClassName
{
background-color: #D23CFC;
}
</style>
border-color css
<style>
span { border-color: #D23CFC; }
span { border-color: rgb(210,60,252); }
td.TdClassName
{
border-color: #D23CFC;
}
.TagClassName
{
border-color: #D23CFC;
}
</style>