Shades of Orchid #D485CF
Tints of Orchid #D485CF
RGB
CMYK
RGB Variations
Color information
#D485CF (or 0xD485CF) is known color: Orchid. HEX triplet: D4, 85 and CF. RGB value is (212,133,207). Sum of RGB (Red+Green+Blue) = 212+133+207=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CF is #2B7A30. Grayscale: #A4A4A4. Windows color (decimal): -2849329 or 13600212. OLE color: 13600212.
HSL color Cylindrical-coordinate representation of color #D485CF: hue angle of 303.8º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D485CF is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 207 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.17 |
| HSL | 303.8º | 0.48% | 0.68% | - |
| HSV(B) | 303.8º | 0.37% | 0.83% | - |
| XYZ | 46.8 | 35.28 | 63.37 | - |
| YUV | 165.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 207 | 0 | 0.37 | 0.02 | 0.17 | 303.8 | 0.48 | 0.68 |
| Hex | D4 | 85 | CF | 0 | 25 | 2 | 11 | 130 | 30 | 44 |
| Octal | 324 | 205 | 317 | 0 | 45 | 2 | 21 | 460 | 60 | 104 |
| Binary | 11010100 | 10000101 | 11001111 | 0 | 100101 | 10 | 10001 | 100110000 | 110000 | 1000100 |
Color Harmonies of #D485CF
Complementary color
Monochromatic Colors of #D485CF
Black with #D485CF
Text Example
Text Example
White with #D485CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D485CF; }
p { color: rgb(212,133,207); }
H1.HeaderClassName
{
color: #D485CF;
}
.AnyTagClassName
{
color: #D485CF;
}
</style>
background-color css
<style>
a { background-color: #D485CF; }
a { background-color: rgb(212,133,207); }
div.DivClassName
{
background-color: #D485CF;
}
.BgClassName
{
background-color: #D485CF;
}
</style>
border-color css
<style>
span { border-color: #D485CF; }
span { border-color: rgb(212,133,207); }
td.TdClassName
{
border-color: #D485CF;
}
.TagClassName
{
border-color: #D485CF;
}
</style>