Shades of Medium Orchid #D43CFD
Tints of Medium Orchid #D43CFD
RGB
CMYK
RGB Variations
Color information
#D43CFD (or 0xD43CFD) is known color: Medium Orchid. HEX triplet: D4, 3C and FD. RGB value is (212,60,253). Sum of RGB (Red+Green+Blue) = 212+60+253=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 60 (23.83% from 255 or 11.43% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #D43CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CFD is #2BC302. Grayscale: #7E7E7E. Windows color (decimal): -2867971 or 16596180. OLE color: 16596180.
HSL color Cylindrical-coordinate representation of color #D43CFD: hue angle of 287.25º degrees, saturation: 0.98, 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 #D43CFD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 60 | 253 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.01 |
| HSL | 287.25º | 0.98% | 0.61% | - |
| HSV(B) | 287.25º | 0.76% | 0.99% | - |
| XYZ | 46.5 | 24.32 | 95.17 | - |
| YUV | 127.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 253 | 0.16 | 0.76 | 0 | 0.01 | 287.25 | 0.98 | 0.61 |
| Hex | D4 | 3C | FD | 10 | 4C | 0 | 1 | 11F | 62 | 3D |
| Octal | 324 | 74 | 375 | 20 | 114 | 0 | 1 | 437 | 142 | 75 |
| Binary | 11010100 | 111100 | 11111101 | 10000 | 1001100 | 0 | 1 | 100011111 | 1100010 | 111101 |
Color Harmonies of #D43CFD
Complementary color
Monochromatic Colors of #D43CFD
Black with #D43CFD
Text Example
Text Example
White with #D43CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CFD; }
p { color: rgb(212,60,253); }
H1.HeaderClassName
{
color: #D43CFD;
}
.AnyTagClassName
{
color: #D43CFD;
}
</style>
background-color css
<style>
a { background-color: #D43CFD; }
a { background-color: rgb(212,60,253); }
div.DivClassName
{
background-color: #D43CFD;
}
.BgClassName
{
background-color: #D43CFD;
}
</style>
border-color css
<style>
span { border-color: #D43CFD; }
span { border-color: rgb(212,60,253); }
td.TdClassName
{
border-color: #D43CFD;
}
.TagClassName
{
border-color: #D43CFD;
}
</style>