Shades of Orchid #D071C1
Tints of Orchid #D071C1
RGB
CMYK
RGB Variations
Color information
#D071C1 (or 0xD071C1) is known color: Orchid. HEX triplet: D0, 71 and C1. RGB value is (208,113,193). Sum of RGB (Red+Green+Blue) = 208+113+193=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D071C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071C1 is #2F8E3E. Grayscale: #969696. Windows color (decimal): -3116607 or 12677584. OLE color: 12677584.
HSL color Cylindrical-coordinate representation of color #D071C1: hue angle of 309.47º degrees, saturation: 0.5, 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 #D071C1 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 193 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.18 |
| HSL | 309.47º | 0.5% | 0.63% | - |
| HSV(B) | 309.47º | 0.46% | 0.82% | - |
| XYZ | 41.54 | 29.07 | 53.87 | - |
| YUV | 150.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 193 | 0 | 0.46 | 0.07 | 0.18 | 309.47 | 0.5 | 0.63 |
| Hex | D0 | 71 | C1 | 0 | 2E | 7 | 12 | 135 | 32 | 3F |
| Octal | 320 | 161 | 301 | 0 | 56 | 7 | 22 | 465 | 62 | 77 |
| Binary | 11010000 | 1110001 | 11000001 | 0 | 101110 | 111 | 10010 | 100110101 | 110010 | 111111 |
Color Harmonies of #D071C1
Complementary color
Monochromatic Colors of #D071C1
Black with #D071C1
Text Example
Text Example
White with #D071C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071C1; }
p { color: rgb(208,113,193); }
H1.HeaderClassName
{
color: #D071C1;
}
.AnyTagClassName
{
color: #D071C1;
}
</style>
background-color css
<style>
a { background-color: #D071C1; }
a { background-color: rgb(208,113,193); }
div.DivClassName
{
background-color: #D071C1;
}
.BgClassName
{
background-color: #D071C1;
}
</style>
border-color css
<style>
span { border-color: #D071C1; }
span { border-color: rgb(208,113,193); }
td.TdClassName
{
border-color: #D071C1;
}
.TagClassName
{
border-color: #D071C1;
}
</style>