Shades of Orchid #D483DA
Tints of Orchid #D483DA
RGB
CMYK
RGB Variations
Color information
#D483DA (or 0xD483DA) is known color: Orchid. HEX triplet: D4, 83 and DA. RGB value is (212,131,218). Sum of RGB (Red+Green+Blue) = 212+131+218=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D483DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483DA is #2B7C25. Grayscale: #A4A4A4. Windows color (decimal): -2849830 or 14320596. OLE color: 14320596.
HSL color Cylindrical-coordinate representation of color #D483DA: hue angle of 295.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D483DA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 131 | 218 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.15 |
| HSL | 295.86º | 0.54% | 0.68% | - |
| HSV(B) | 295.86º | 0.4% | 0.85% | - |
| XYZ | 47.92 | 35.29 | 70.62 | - |
| YUV | 165.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 218 | 0.03 | 0.40 | 0 | 0.15 | 295.86 | 0.54 | 0.68 |
| Hex | D4 | 83 | DA | 3 | 28 | 0 | F | 128 | 36 | 44 |
| Octal | 324 | 203 | 332 | 3 | 50 | 0 | 17 | 450 | 66 | 104 |
| Binary | 11010100 | 10000011 | 11011010 | 11 | 101000 | 0 | 1111 | 100101000 | 110110 | 1000100 |
Color Harmonies of #D483DA
Complementary color
Monochromatic Colors of #D483DA
Black with #D483DA
Text Example
Text Example
White with #D483DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483DA; }
p { color: rgb(212,131,218); }
H1.HeaderClassName
{
color: #D483DA;
}
.AnyTagClassName
{
color: #D483DA;
}
</style>
background-color css
<style>
a { background-color: #D483DA; }
a { background-color: rgb(212,131,218); }
div.DivClassName
{
background-color: #D483DA;
}
.BgClassName
{
background-color: #D483DA;
}
</style>
border-color css
<style>
span { border-color: #D483DA; }
span { border-color: rgb(212,131,218); }
td.TdClassName
{
border-color: #D483DA;
}
.TagClassName
{
border-color: #D483DA;
}
</style>