Shades of Orchid #D07FD3
Tints of Orchid #D07FD3
RGB
CMYK
RGB Variations
Color information
#D07FD3 (or 0xD07FD3) is known color: Orchid. HEX triplet: D0, 7F and D3. RGB value is (208,127,211). Sum of RGB (Red+Green+Blue) = 208+127+211=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #D07FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FD3 is #2F802C. Grayscale: #A0A0A0. Windows color (decimal): -3113005 or 13860816. OLE color: 13860816.
HSL color Cylindrical-coordinate representation of color #D07FD3: hue angle of 297.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07FD3 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 127 | 211 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.17 |
| HSL | 297.86º | 0.49% | 0.66% | - |
| HSV(B) | 297.86º | 0.4% | 0.83% | - |
| XYZ | 45.36 | 33.29 | 65.66 | - |
| YUV | 160.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 211 | 0.01 | 0.40 | 0 | 0.17 | 297.86 | 0.49 | 0.66 |
| Hex | D0 | 7F | D3 | 1 | 28 | 0 | 11 | 12A | 31 | 42 |
| Octal | 320 | 177 | 323 | 1 | 50 | 0 | 21 | 452 | 61 | 102 |
| Binary | 11010000 | 1111111 | 11010011 | 1 | 101000 | 0 | 10001 | 100101010 | 110001 | 1000010 |
Color Harmonies of #D07FD3
Complementary color
Monochromatic Colors of #D07FD3
Black with #D07FD3
Text Example
Text Example
White with #D07FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FD3; }
p { color: rgb(208,127,211); }
H1.HeaderClassName
{
color: #D07FD3;
}
.AnyTagClassName
{
color: #D07FD3;
}
</style>
background-color css
<style>
a { background-color: #D07FD3; }
a { background-color: rgb(208,127,211); }
div.DivClassName
{
background-color: #D07FD3;
}
.BgClassName
{
background-color: #D07FD3;
}
</style>
border-color css
<style>
span { border-color: #D07FD3; }
span { border-color: rgb(208,127,211); }
td.TdClassName
{
border-color: #D07FD3;
}
.TagClassName
{
border-color: #D07FD3;
}
</style>