Shades of Medium Orchid #D233DA
Tints of Medium Orchid #D233DA
RGB
CMYK
RGB Variations
Color information
#D233DA (or 0xD233DA) is known color: Medium Orchid. HEX triplet: D2, 33 and DA. RGB value is (210,51,218). Sum of RGB (Red+Green+Blue) = 210+51+218=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #D233DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D233DA is #2DCC25. Grayscale: #757575. Windows color (decimal): -3001382 or 14300114. OLE color: 14300114.
HSL color Cylindrical-coordinate representation of color #D233DA: hue angle of 297.13º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D233DA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 51 | 218 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.15 |
| HSL | 297.13º | 0.69% | 0.53% | - |
| HSV(B) | 297.13º | 0.77% | 0.85% | - |
| XYZ | 40.42 | 21.13 | 68.28 | - |
| YUV | 117.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 218 | 0.04 | 0.77 | 0 | 0.15 | 297.13 | 0.69 | 0.53 |
| Hex | D2 | 33 | DA | 4 | 4D | 0 | F | 129 | 45 | 35 |
| Octal | 322 | 63 | 332 | 4 | 115 | 0 | 17 | 451 | 105 | 65 |
| Binary | 11010010 | 110011 | 11011010 | 100 | 1001101 | 0 | 1111 | 100101001 | 1000101 | 110101 |
Color Harmonies of #D233DA
Complementary color
Monochromatic Colors of #D233DA
Black with #D233DA
Text Example
Text Example
White with #D233DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D233DA; }
p { color: rgb(210,51,218); }
H1.HeaderClassName
{
color: #D233DA;
}
.AnyTagClassName
{
color: #D233DA;
}
</style>
background-color css
<style>
a { background-color: #D233DA; }
a { background-color: rgb(210,51,218); }
div.DivClassName
{
background-color: #D233DA;
}
.BgClassName
{
background-color: #D233DA;
}
</style>
border-color css
<style>
span { border-color: #D233DA; }
span { border-color: rgb(210,51,218); }
td.TdClassName
{
border-color: #D233DA;
}
.TagClassName
{
border-color: #D233DA;
}
</style>