Shades of Orchid #D570CF
Tints of Orchid #D570CF
RGB
CMYK
RGB Variations
Color information
#D570CF (or 0xD570CF) is known color: Orchid. HEX triplet: D5, 70 and CF. RGB value is (213,112,207). Sum of RGB (Red+Green+Blue) = 213+112+207=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D570CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570CF is #2A8F30. Grayscale: #989898. Windows color (decimal): -2789169 or 13594837. OLE color: 13594837.
HSL color Cylindrical-coordinate representation of color #D570CF: hue angle of 303.56º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D570CF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 207 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.16 |
| HSL | 303.56º | 0.55% | 0.64% | - |
| HSV(B) | 303.56º | 0.47% | 0.84% | - |
| XYZ | 44.5 | 30.24 | 62.52 | - |
| YUV | 153.03 | 158.46 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 207 | 0 | 0.47 | 0.03 | 0.16 | 303.56 | 0.55 | 0.64 |
| Hex | D5 | 70 | CF | 0 | 2F | 3 | 10 | 130 | 37 | 40 |
| Octal | 325 | 160 | 317 | 0 | 57 | 3 | 20 | 460 | 67 | 100 |
| Binary | 11010101 | 1110000 | 11001111 | 0 | 101111 | 11 | 10000 | 100110000 | 110111 | 1000000 |
Color Harmonies of #D570CF
Complementary color
Monochromatic Colors of #D570CF
Black with #D570CF
Text Example
Text Example
White with #D570CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570CF; }
p { color: rgb(213,112,207); }
H1.HeaderClassName
{
color: #D570CF;
}
.AnyTagClassName
{
color: #D570CF;
}
</style>
background-color css
<style>
a { background-color: #D570CF; }
a { background-color: rgb(213,112,207); }
div.DivClassName
{
background-color: #D570CF;
}
.BgClassName
{
background-color: #D570CF;
}
</style>
border-color css
<style>
span { border-color: #D570CF; }
span { border-color: rgb(213,112,207); }
td.TdClassName
{
border-color: #D570CF;
}
.TagClassName
{
border-color: #D570CF;
}
</style>