Shades of Orchid #D170CF
Tints of Orchid #D170CF
RGB
CMYK
RGB Variations
Color information
#D170CF (or 0xD170CF) is known color: Orchid. HEX triplet: D1, 70 and CF. RGB value is (209,112,207). Sum of RGB (Red+Green+Blue) = 209+112+207=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D170CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170CF is #2E8F30. Grayscale: #979797. Windows color (decimal): -3051313 or 13594833. OLE color: 13594833.
HSL color Cylindrical-coordinate representation of color #D170CF: hue angle of 301.24º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D170CF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 207 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.18 |
| HSL | 301.24º | 0.51% | 0.63% | - |
| HSV(B) | 301.24º | 0.46% | 0.82% | - |
| XYZ | 43.35 | 29.65 | 62.47 | - |
| YUV | 151.83 | 159.14 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 207 | 0 | 0.46 | 0.01 | 0.18 | 301.24 | 0.51 | 0.63 |
| Hex | D1 | 70 | CF | 0 | 2E | 1 | 12 | 12D | 33 | 3F |
| Octal | 321 | 160 | 317 | 0 | 56 | 1 | 22 | 455 | 63 | 77 |
| Binary | 11010001 | 1110000 | 11001111 | 0 | 101110 | 1 | 10010 | 100101101 | 110011 | 111111 |
Color Harmonies of #D170CF
Complementary color
Monochromatic Colors of #D170CF
Black with #D170CF
Text Example
Text Example
White with #D170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170CF; }
p { color: rgb(209,112,207); }
H1.HeaderClassName
{
color: #D170CF;
}
.AnyTagClassName
{
color: #D170CF;
}
</style>
background-color css
<style>
a { background-color: #D170CF; }
a { background-color: rgb(209,112,207); }
div.DivClassName
{
background-color: #D170CF;
}
.BgClassName
{
background-color: #D170CF;
}
</style>
border-color css
<style>
span { border-color: #D170CF; }
span { border-color: rgb(209,112,207); }
td.TdClassName
{
border-color: #D170CF;
}
.TagClassName
{
border-color: #D170CF;
}
</style>