Shades of Medium Orchid #D330DC
Tints of Medium Orchid #D330DC
RGB
CMYK
RGB Variations
Color information
#D330DC (or 0xD330DC) is known color: Medium Orchid. HEX triplet: D3, 30 and DC. RGB value is (211,48,220). Sum of RGB (Red+Green+Blue) = 211+48+220=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D330DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D330DC is #2CCF23. Grayscale: #737373. Windows color (decimal): -2936612 or 14430419. OLE color: 14430419.
HSL color Cylindrical-coordinate representation of color #D330DC: hue angle of 296.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D330DC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 48 | 220 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.14 |
| HSL | 296.86º | 0.71% | 0.53% | - |
| HSV(B) | 296.86º | 0.78% | 0.86% | - |
| XYZ | 40.84 | 21.13 | 69.64 | - |
| YUV | 116.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 48 | 220 | 0.04 | 0.78 | 0 | 0.14 | 296.86 | 0.71 | 0.53 |
| Hex | D3 | 30 | DC | 4 | 4E | 0 | E | 129 | 47 | 35 |
| Octal | 323 | 60 | 334 | 4 | 116 | 0 | 16 | 451 | 107 | 65 |
| Binary | 11010011 | 110000 | 11011100 | 100 | 1001110 | 0 | 1110 | 100101001 | 1000111 | 110101 |
Color Harmonies of #D330DC
Complementary color
Monochromatic Colors of #D330DC
Black with #D330DC
Text Example
Text Example
White with #D330DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D330DC; }
p { color: rgb(211,48,220); }
H1.HeaderClassName
{
color: #D330DC;
}
.AnyTagClassName
{
color: #D330DC;
}
</style>
background-color css
<style>
a { background-color: #D330DC; }
a { background-color: rgb(211,48,220); }
div.DivClassName
{
background-color: #D330DC;
}
.BgClassName
{
background-color: #D330DC;
}
</style>
border-color css
<style>
span { border-color: #D330DC; }
span { border-color: rgb(211,48,220); }
td.TdClassName
{
border-color: #D330DC;
}
.TagClassName
{
border-color: #D330DC;
}
</style>