Shades of Orchid #D070C5
Tints of Orchid #D070C5
RGB
CMYK
RGB Variations
Color information
#D070C5 (or 0xD070C5) is known color: Orchid. HEX triplet: D0, 70 and C5. RGB value is (208,112,197). Sum of RGB (Red+Green+Blue) = 208+112+197=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C5 is #2F8F3A. Grayscale: #969696. Windows color (decimal): -3116859 or 12939472. OLE color: 12939472.
HSL color Cylindrical-coordinate representation of color #D070C5: hue angle of 306.88º 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 #D070C5 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 197 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.18 |
| HSL | 306.88º | 0.51% | 0.63% | - |
| HSV(B) | 306.88º | 0.46% | 0.82% | - |
| XYZ | 41.88 | 29.03 | 56.22 | - |
| YUV | 150.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 197 | 0 | 0.46 | 0.05 | 0.18 | 306.88 | 0.51 | 0.63 |
| Hex | D0 | 70 | C5 | 0 | 2E | 5 | 12 | 133 | 33 | 3F |
| Octal | 320 | 160 | 305 | 0 | 56 | 5 | 22 | 463 | 63 | 77 |
| Binary | 11010000 | 1110000 | 11000101 | 0 | 101110 | 101 | 10010 | 100110011 | 110011 | 111111 |
Color Harmonies of #D070C5
Complementary color
Monochromatic Colors of #D070C5
Black with #D070C5
Text Example
Text Example
White with #D070C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070C5; }
p { color: rgb(208,112,197); }
H1.HeaderClassName
{
color: #D070C5;
}
.AnyTagClassName
{
color: #D070C5;
}
</style>
background-color css
<style>
a { background-color: #D070C5; }
a { background-color: rgb(208,112,197); }
div.DivClassName
{
background-color: #D070C5;
}
.BgClassName
{
background-color: #D070C5;
}
</style>
border-color css
<style>
span { border-color: #D070C5; }
span { border-color: rgb(208,112,197); }
td.TdClassName
{
border-color: #D070C5;
}
.TagClassName
{
border-color: #D070C5;
}
</style>