Shades of Orchid #D483D5
Tints of Orchid #D483D5
RGB
CMYK
RGB Variations
Color information
#D483D5 (or 0xD483D5) is known color: Orchid. HEX triplet: D4, 83 and D5. RGB value is (212,131,213). Sum of RGB (Red+Green+Blue) = 212+131+213=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #D483D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483D5 is #2B7C2A. Grayscale: #A4A4A4. Windows color (decimal): -2849835 or 13992916. OLE color: 13992916.
HSL color Cylindrical-coordinate representation of color #D483D5: hue angle of 299.27º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D483D5 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 131 | 213 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.16 |
| HSL | 299.27º | 0.49% | 0.67% | - |
| HSV(B) | 299.27º | 0.38% | 0.84% | - |
| XYZ | 47.28 | 35.03 | 67.22 | - |
| YUV | 164.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 213 | 0.00 | 0.38 | 0 | 0.16 | 299.27 | 0.49 | 0.67 |
| Hex | D4 | 83 | D5 | 0 | 26 | 0 | 10 | 12B | 31 | 43 |
| Octal | 324 | 203 | 325 | 0 | 46 | 0 | 20 | 453 | 61 | 103 |
| Binary | 11010100 | 10000011 | 11010101 | 0 | 100110 | 0 | 10000 | 100101011 | 110001 | 1000011 |
Color Harmonies of #D483D5
Complementary color
Monochromatic Colors of #D483D5
Black with #D483D5
Text Example
Text Example
White with #D483D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483D5; }
p { color: rgb(212,131,213); }
H1.HeaderClassName
{
color: #D483D5;
}
.AnyTagClassName
{
color: #D483D5;
}
</style>
background-color css
<style>
a { background-color: #D483D5; }
a { background-color: rgb(212,131,213); }
div.DivClassName
{
background-color: #D483D5;
}
.BgClassName
{
background-color: #D483D5;
}
</style>
border-color css
<style>
span { border-color: #D483D5; }
span { border-color: rgb(212,131,213); }
td.TdClassName
{
border-color: #D483D5;
}
.TagClassName
{
border-color: #D483D5;
}
</style>