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