Shades of Orchid #D077CA
Tints of Orchid #D077CA
RGB
CMYK
RGB Variations
Color information
#D077CA (or 0xD077CA) is known color: Orchid. HEX triplet: D0, 77 and CA. RGB value is (208,119,202). Sum of RGB (Red+Green+Blue) = 208+119+202=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D077CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077CA is #2F8835. Grayscale: #9A9A9A. Windows color (decimal): -3115062 or 13268944. OLE color: 13268944.
HSL color Cylindrical-coordinate representation of color #D077CA: hue angle of 304.04º 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 #D077CA is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 202 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.18 |
| HSL | 304.05º | 0.49% | 0.64% | - |
| HSV(B) | 304.05º | 0.43% | 0.82% | - |
| XYZ | 43.27 | 30.87 | 59.55 | - |
| YUV | 155.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 202 | 0 | 0.43 | 0.03 | 0.18 | 304.05 | 0.49 | 0.64 |
| Hex | D0 | 77 | CA | 0 | 2B | 3 | 12 | 130 | 31 | 40 |
| Octal | 320 | 167 | 312 | 0 | 53 | 3 | 22 | 460 | 61 | 100 |
| Binary | 11010000 | 1110111 | 11001010 | 0 | 101011 | 11 | 10010 | 100110000 | 110001 | 1000000 |
Color Harmonies of #D077CA
Complementary color
Monochromatic Colors of #D077CA
Black with #D077CA
Text Example
Text Example
White with #D077CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077CA; }
p { color: rgb(208,119,202); }
H1.HeaderClassName
{
color: #D077CA;
}
.AnyTagClassName
{
color: #D077CA;
}
</style>
background-color css
<style>
a { background-color: #D077CA; }
a { background-color: rgb(208,119,202); }
div.DivClassName
{
background-color: #D077CA;
}
.BgClassName
{
background-color: #D077CA;
}
</style>
border-color css
<style>
span { border-color: #D077CA; }
span { border-color: rgb(208,119,202); }
td.TdClassName
{
border-color: #D077CA;
}
.TagClassName
{
border-color: #D077CA;
}
</style>