Shades of Medium Orchid #D13CFC
Tints of Medium Orchid #D13CFC
RGB
CMYK
RGB Variations
Color information
#D13CFC (or 0xD13CFC) is known color: Medium Orchid. HEX triplet: D1, 3C and FC. RGB value is (209,60,252). Sum of RGB (Red+Green+Blue) = 209+60+252=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #D13CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CFC is #2EC303. Grayscale: #7D7D7D. Windows color (decimal): -3064580 or 16530641. OLE color: 16530641.
HSL color Cylindrical-coordinate representation of color #D13CFC: hue angle of 286.56º 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 #D13CFC is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 60 | 252 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.01 |
| HSL | 286.56º | 0.97% | 0.61% | - |
| HSV(B) | 286.56º | 0.76% | 0.99% | - |
| XYZ | 45.48 | 23.82 | 94.3 | - |
| YUV | 126.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 252 | 0.17 | 0.76 | 0 | 0.01 | 286.56 | 0.97 | 0.61 |
| Hex | D1 | 3C | FC | 11 | 4C | 0 | 1 | 11F | 61 | 3D |
| Octal | 321 | 74 | 374 | 21 | 114 | 0 | 1 | 437 | 141 | 75 |
| Binary | 11010001 | 111100 | 11111100 | 10001 | 1001100 | 0 | 1 | 100011111 | 1100001 | 111101 |
Color Harmonies of #D13CFC
Complementary color
Monochromatic Colors of #D13CFC
Black with #D13CFC
Text Example
Text Example
White with #D13CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13CFC; }
p { color: rgb(209,60,252); }
H1.HeaderClassName
{
color: #D13CFC;
}
.AnyTagClassName
{
color: #D13CFC;
}
</style>
background-color css
<style>
a { background-color: #D13CFC; }
a { background-color: rgb(209,60,252); }
div.DivClassName
{
background-color: #D13CFC;
}
.BgClassName
{
background-color: #D13CFC;
}
</style>
border-color css
<style>
span { border-color: #D13CFC; }
span { border-color: rgb(209,60,252); }
td.TdClassName
{
border-color: #D13CFC;
}
.TagClassName
{
border-color: #D13CFC;
}
</style>