Shades of Orchid #D483CF
Tints of Orchid #D483CF
RGB
CMYK
RGB Variations
Color information
#D483CF (or 0xD483CF) is known color: Orchid. HEX triplet: D4, 83 and CF. RGB value is (212,131,207). Sum of RGB (Red+Green+Blue) = 212+131+207=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D483CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D483CF is #2B7C30. Grayscale: #A3A3A3. Windows color (decimal): -2849841 or 13599700. OLE color: 13599700.
HSL color Cylindrical-coordinate representation of color #D483CF: hue angle of 303.7º 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 #D483CF is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 131 | 207 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.17 |
| HSL | 303.7º | 0.49% | 0.67% | - |
| HSV(B) | 303.7º | 0.38% | 0.83% | - |
| XYZ | 46.53 | 34.73 | 63.28 | - |
| YUV | 163.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 131 | 207 | 0 | 0.38 | 0.02 | 0.17 | 303.7 | 0.49 | 0.67 |
| Hex | D4 | 83 | CF | 0 | 26 | 2 | 11 | 130 | 31 | 43 |
| Octal | 324 | 203 | 317 | 0 | 46 | 2 | 21 | 460 | 61 | 103 |
| Binary | 11010100 | 10000011 | 11001111 | 0 | 100110 | 10 | 10001 | 100110000 | 110001 | 1000011 |
Color Harmonies of #D483CF
Complementary color
Monochromatic Colors of #D483CF
Black with #D483CF
Text Example
Text Example
White with #D483CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D483CF; }
p { color: rgb(212,131,207); }
H1.HeaderClassName
{
color: #D483CF;
}
.AnyTagClassName
{
color: #D483CF;
}
</style>
background-color css
<style>
a { background-color: #D483CF; }
a { background-color: rgb(212,131,207); }
div.DivClassName
{
background-color: #D483CF;
}
.BgClassName
{
background-color: #D483CF;
}
</style>
border-color css
<style>
span { border-color: #D483CF; }
span { border-color: rgb(212,131,207); }
td.TdClassName
{
border-color: #D483CF;
}
.TagClassName
{
border-color: #D483CF;
}
</style>