Shades of Orchid #D483BE
Tints of Orchid #D483BE
RGB
CMYK
RGB Variations
Color information
#D483BE (or 0xD483BE) is known color: Orchid. HEX triplet: D4, 83 and BE. RGB value is (212,131,190). Sum of RGB (Red+Green+Blue) = 212+131+190=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D483BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483BE is #2B7C41. Grayscale: #A1A1A1. Windows color (decimal): -2849858 or 12485588. OLE color: 12485588.
HSL color Cylindrical-coordinate representation of color #D483BE: hue angle of 316.3º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D483BE is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 190 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.17 |
| HSL | 316.3º | 0.49% | 0.67% | - |
| HSV(B) | 316.3º | 0.38% | 0.83% | - |
| XYZ | 44.56 | 33.95 | 52.92 | - |
| YUV | 161.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 190 | 0 | 0.38 | 0.10 | 0.17 | 316.3 | 0.49 | 0.67 |
| Hex | D4 | 83 | BE | 0 | 26 | A | 11 | 13C | 31 | 43 |
| Octal | 324 | 203 | 276 | 0 | 46 | 12 | 21 | 474 | 61 | 103 |
| Binary | 11010100 | 10000011 | 10111110 | 0 | 100110 | 1010 | 10001 | 100111100 | 110001 | 1000011 |
Color Harmonies of #D483BE
Complementary color
Monochromatic Colors of #D483BE
Black with #D483BE
Text Example
Text Example
White with #D483BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483BE; }
p { color: rgb(212,131,190); }
H1.HeaderClassName
{
color: #D483BE;
}
.AnyTagClassName
{
color: #D483BE;
}
</style>
background-color css
<style>
a { background-color: #D483BE; }
a { background-color: rgb(212,131,190); }
div.DivClassName
{
background-color: #D483BE;
}
.BgClassName
{
background-color: #D483BE;
}
</style>
border-color css
<style>
span { border-color: #D483BE; }
span { border-color: rgb(212,131,190); }
td.TdClassName
{
border-color: #D483BE;
}
.TagClassName
{
border-color: #D483BE;
}
</style>