Shades of Orchid #D577CF
Tints of Orchid #D577CF
RGB
CMYK
RGB Variations
Color information
#D577CF (or 0xD577CF) is known color: Orchid. HEX triplet: D5, 77 and CF. RGB value is (213,119,207). Sum of RGB (Red+Green+Blue) = 213+119+207=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D577CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577CF is #2A8830. Grayscale: #9C9C9C. Windows color (decimal): -2787377 or 13596629. OLE color: 13596629.
HSL color Cylindrical-coordinate representation of color #D577CF: hue angle of 303.83º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577CF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 207 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.16 |
| HSL | 303.83º | 0.53% | 0.65% | - |
| HSV(B) | 303.83º | 0.44% | 0.84% | - |
| XYZ | 45.3 | 31.84 | 62.79 | - |
| YUV | 157.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 207 | 0 | 0.44 | 0.03 | 0.16 | 303.83 | 0.53 | 0.65 |
| Hex | D5 | 77 | CF | 0 | 2C | 3 | 10 | 130 | 35 | 41 |
| Octal | 325 | 167 | 317 | 0 | 54 | 3 | 20 | 460 | 65 | 101 |
| Binary | 11010101 | 1110111 | 11001111 | 0 | 101100 | 11 | 10000 | 100110000 | 110101 | 1000001 |
Color Harmonies of #D577CF
Complementary color
Monochromatic Colors of #D577CF
Black with #D577CF
Text Example
Text Example
White with #D577CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577CF; }
p { color: rgb(213,119,207); }
H1.HeaderClassName
{
color: #D577CF;
}
.AnyTagClassName
{
color: #D577CF;
}
</style>
background-color css
<style>
a { background-color: #D577CF; }
a { background-color: rgb(213,119,207); }
div.DivClassName
{
background-color: #D577CF;
}
.BgClassName
{
background-color: #D577CF;
}
</style>
border-color css
<style>
span { border-color: #D577CF; }
span { border-color: rgb(213,119,207); }
td.TdClassName
{
border-color: #D577CF;
}
.TagClassName
{
border-color: #D577CF;
}
</style>