Shades of Medium Orchid #D235DC
Tints of Medium Orchid #D235DC
RGB
CMYK
RGB Variations
Color information
#D235DC (or 0xD235DC) is known color: Medium Orchid. HEX triplet: D2, 35 and DC. RGB value is (210,53,220). Sum of RGB (Red+Green+Blue) = 210+53+220=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #D235DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235DC is #2DCA23. Grayscale: #767676. Windows color (decimal): -3000868 or 14431698. OLE color: 14431698.
HSL color Cylindrical-coordinate representation of color #D235DC: hue angle of 296.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D235DC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 53 | 220 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.14 |
| HSL | 296.41º | 0.7% | 0.54% | - |
| HSV(B) | 296.41º | 0.76% | 0.86% | - |
| XYZ | 40.77 | 21.42 | 69.69 | - |
| YUV | 118.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 220 | 0.05 | 0.76 | 0 | 0.14 | 296.41 | 0.7 | 0.54 |
| Hex | D2 | 35 | DC | 5 | 4C | 0 | E | 128 | 46 | 36 |
| Octal | 322 | 65 | 334 | 5 | 114 | 0 | 16 | 450 | 106 | 66 |
| Binary | 11010010 | 110101 | 11011100 | 101 | 1001100 | 0 | 1110 | 100101000 | 1000110 | 110110 |
Color Harmonies of #D235DC
Complementary color
Monochromatic Colors of #D235DC
Black with #D235DC
Text Example
Text Example
White with #D235DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D235DC; }
p { color: rgb(210,53,220); }
H1.HeaderClassName
{
color: #D235DC;
}
.AnyTagClassName
{
color: #D235DC;
}
</style>
background-color css
<style>
a { background-color: #D235DC; }
a { background-color: rgb(210,53,220); }
div.DivClassName
{
background-color: #D235DC;
}
.BgClassName
{
background-color: #D235DC;
}
</style>
border-color css
<style>
span { border-color: #D235DC; }
span { border-color: rgb(210,53,220); }
td.TdClassName
{
border-color: #D235DC;
}
.TagClassName
{
border-color: #D235DC;
}
</style>