Shades of Orchid #D483DD
Tints of Orchid #D483DD
RGB
CMYK
RGB Variations
Color information
#D483DD (or 0xD483DD) is known color: Orchid. HEX triplet: D4, 83 and DD. RGB value is (212,131,221). Sum of RGB (Red+Green+Blue) = 212+131+221=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 131 (51.56% from 255 or 23.23% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D483DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483DD is #2B7C22. Grayscale: #A5A5A5. Windows color (decimal): -2849827 or 14517204. OLE color: 14517204.
HSL color Cylindrical-coordinate representation of color #D483DD: hue angle of 294º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D483DD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 131 | 221 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.13 |
| HSL | 294º | 0.57% | 0.69% | - |
| HSV(B) | 294º | 0.41% | 0.87% | - |
| XYZ | 48.32 | 35.45 | 72.7 | - |
| YUV | 165.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 221 | 0.04 | 0.41 | 0 | 0.13 | 294 | 0.57 | 0.69 |
| Hex | D4 | 83 | DD | 4 | 29 | 0 | D | 126 | 39 | 45 |
| Octal | 324 | 203 | 335 | 4 | 51 | 0 | 15 | 446 | 71 | 105 |
| Binary | 11010100 | 10000011 | 11011101 | 100 | 101001 | 0 | 1101 | 100100110 | 111001 | 1000101 |
Color Harmonies of #D483DD
Complementary color
Monochromatic Colors of #D483DD
Black with #D483DD
Text Example
Text Example
White with #D483DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483DD; }
p { color: rgb(212,131,221); }
H1.HeaderClassName
{
color: #D483DD;
}
.AnyTagClassName
{
color: #D483DD;
}
</style>
background-color css
<style>
a { background-color: #D483DD; }
a { background-color: rgb(212,131,221); }
div.DivClassName
{
background-color: #D483DD;
}
.BgClassName
{
background-color: #D483DD;
}
</style>
border-color css
<style>
span { border-color: #D483DD; }
span { border-color: rgb(212,131,221); }
td.TdClassName
{
border-color: #D483DD;
}
.TagClassName
{
border-color: #D483DD;
}
</style>