Shades of Orchid #D070C6
Tints of Orchid #D070C6
RGB
CMYK
RGB Variations
Color information
#D070C6 (or 0xD070C6) is known color: Orchid. HEX triplet: D0, 70 and C6. RGB value is (208,112,198). Sum of RGB (Red+Green+Blue) = 208+112+198=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C6 is #2F8F39. Grayscale: #969696. Windows color (decimal): -3116858 or 13005008. OLE color: 13005008.
HSL color Cylindrical-coordinate representation of color #D070C6: hue angle of 306.25º 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 #D070C6 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 198 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.18 |
| HSL | 306.25º | 0.51% | 0.63% | - |
| HSV(B) | 306.25º | 0.46% | 0.82% | - |
| XYZ | 42 | 29.08 | 56.82 | - |
| YUV | 150.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 198 | 0 | 0.46 | 0.05 | 0.18 | 306.25 | 0.51 | 0.63 |
| Hex | D0 | 70 | C6 | 0 | 2E | 5 | 12 | 132 | 33 | 3F |
| Octal | 320 | 160 | 306 | 0 | 56 | 5 | 22 | 462 | 63 | 77 |
| Binary | 11010000 | 1110000 | 11000110 | 0 | 101110 | 101 | 10010 | 100110010 | 110011 | 111111 |
Color Harmonies of #D070C6
Complementary color
Monochromatic Colors of #D070C6
Black with #D070C6
Text Example
Text Example
White with #D070C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070C6; }
p { color: rgb(208,112,198); }
H1.HeaderClassName
{
color: #D070C6;
}
.AnyTagClassName
{
color: #D070C6;
}
</style>
background-color css
<style>
a { background-color: #D070C6; }
a { background-color: rgb(208,112,198); }
div.DivClassName
{
background-color: #D070C6;
}
.BgClassName
{
background-color: #D070C6;
}
</style>
border-color css
<style>
span { border-color: #D070C6; }
span { border-color: rgb(208,112,198); }
td.TdClassName
{
border-color: #D070C6;
}
.TagClassName
{
border-color: #D070C6;
}
</style>