Shades of Medium Orchid #D33DFC
Tints of Medium Orchid #D33DFC
RGB
CMYK
RGB Variations
Color information
#D33DFC (or 0xD33DFC) is known color: Medium Orchid. HEX triplet: D3, 3D and FC. RGB value is (211,61,252). Sum of RGB (Red+Green+Blue) = 211+61+252=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #D33DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DFC is #2CC203. Grayscale: #7F7F7F. Windows color (decimal): -2933252 or 16530899. OLE color: 16530899.
HSL color Cylindrical-coordinate representation of color #D33DFC: hue angle of 287.12º 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 #D33DFC is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 61 | 252 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.01 |
| HSL | 287.12º | 0.97% | 0.61% | - |
| HSV(B) | 287.12º | 0.76% | 0.99% | - |
| XYZ | 46.1 | 24.21 | 94.34 | - |
| YUV | 127.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 252 | 0.16 | 0.76 | 0 | 0.01 | 287.12 | 0.97 | 0.61 |
| Hex | D3 | 3D | FC | 10 | 4C | 0 | 1 | 11F | 61 | 3D |
| Octal | 323 | 75 | 374 | 20 | 114 | 0 | 1 | 437 | 141 | 75 |
| Binary | 11010011 | 111101 | 11111100 | 10000 | 1001100 | 0 | 1 | 100011111 | 1100001 | 111101 |
Color Harmonies of #D33DFC
Complementary color
Monochromatic Colors of #D33DFC
Black with #D33DFC
Text Example
Text Example
White with #D33DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DFC; }
p { color: rgb(211,61,252); }
H1.HeaderClassName
{
color: #D33DFC;
}
.AnyTagClassName
{
color: #D33DFC;
}
</style>
background-color css
<style>
a { background-color: #D33DFC; }
a { background-color: rgb(211,61,252); }
div.DivClassName
{
background-color: #D33DFC;
}
.BgClassName
{
background-color: #D33DFC;
}
</style>
border-color css
<style>
span { border-color: #D33DFC; }
span { border-color: rgb(211,61,252); }
td.TdClassName
{
border-color: #D33DFC;
}
.TagClassName
{
border-color: #D33DFC;
}
</style>