Shades of Orchid #D485DF
Tints of Orchid #D485DF
RGB
CMYK
RGB Variations
Color information
#D485DF (or 0xD485DF) is known color: Orchid. HEX triplet: D4, 85 and DF. RGB value is (212,133,223). Sum of RGB (Red+Green+Blue) = 212+133+223=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D485DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485DF is #2B7A20. Grayscale: #A6A6A6. Windows color (decimal): -2849313 or 14648788. OLE color: 14648788.
HSL color Cylindrical-coordinate representation of color #D485DF: hue angle of 292.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D485DF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 133 | 223 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.13 |
| HSL | 292.67º | 0.58% | 0.7% | - |
| HSV(B) | 292.67º | 0.4% | 0.87% | - |
| XYZ | 48.86 | 36.1 | 74.2 | - |
| YUV | 166.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 223 | 0.05 | 0.40 | 0 | 0.13 | 292.67 | 0.58 | 0.7 |
| Hex | D4 | 85 | DF | 5 | 28 | 0 | D | 125 | 3A | 46 |
| Octal | 324 | 205 | 337 | 5 | 50 | 0 | 15 | 445 | 72 | 106 |
| Binary | 11010100 | 10000101 | 11011111 | 101 | 101000 | 0 | 1101 | 100100101 | 111010 | 1000110 |
Color Harmonies of #D485DF
Complementary color
Monochromatic Colors of #D485DF
Black with #D485DF
Text Example
Text Example
White with #D485DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D485DF; }
p { color: rgb(212,133,223); }
H1.HeaderClassName
{
color: #D485DF;
}
.AnyTagClassName
{
color: #D485DF;
}
</style>
background-color css
<style>
a { background-color: #D485DF; }
a { background-color: rgb(212,133,223); }
div.DivClassName
{
background-color: #D485DF;
}
.BgClassName
{
background-color: #D485DF;
}
</style>
border-color css
<style>
span { border-color: #D485DF; }
span { border-color: rgb(212,133,223); }
td.TdClassName
{
border-color: #D485DF;
}
.TagClassName
{
border-color: #D485DF;
}
</style>