Shades of Orchid #D077CF
Tints of Orchid #D077CF
RGB
CMYK
RGB Variations
Color information
#D077CF (or 0xD077CF) is known color: Orchid. HEX triplet: D0, 77 and CF. RGB value is (208,119,207). Sum of RGB (Red+Green+Blue) = 208+119+207=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D077CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077CF is #2F8830. Grayscale: #9B9B9B. Windows color (decimal): -3115057 or 13596624. OLE color: 13596624.
HSL color Cylindrical-coordinate representation of color #D077CF: hue angle of 300.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D077CF is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 207 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.18 |
| HSL | 300.67º | 0.49% | 0.64% | - |
| HSV(B) | 300.67º | 0.43% | 0.82% | - |
| XYZ | 43.87 | 31.11 | 62.72 | - |
| YUV | 155.64 | 156.99 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 207 | 0 | 0.43 | 0.00 | 0.18 | 300.67 | 0.49 | 0.64 |
| Hex | D0 | 77 | CF | 0 | 2B | 0 | 12 | 12D | 31 | 40 |
| Octal | 320 | 167 | 317 | 0 | 53 | 0 | 22 | 455 | 61 | 100 |
| Binary | 11010000 | 1110111 | 11001111 | 0 | 101011 | 0 | 10010 | 100101101 | 110001 | 1000000 |
Color Harmonies of #D077CF
Complementary color
Monochromatic Colors of #D077CF
Black with #D077CF
Text Example
Text Example
White with #D077CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077CF; }
p { color: rgb(208,119,207); }
H1.HeaderClassName
{
color: #D077CF;
}
.AnyTagClassName
{
color: #D077CF;
}
</style>
background-color css
<style>
a { background-color: #D077CF; }
a { background-color: rgb(208,119,207); }
div.DivClassName
{
background-color: #D077CF;
}
.BgClassName
{
background-color: #D077CF;
}
</style>
border-color css
<style>
span { border-color: #D077CF; }
span { border-color: rgb(208,119,207); }
td.TdClassName
{
border-color: #D077CF;
}
.TagClassName
{
border-color: #D077CF;
}
</style>