Shades of Orchid #D677CF
Tints of Orchid #D677CF
RGB
CMYK
RGB Variations
Color information
#D677CF (or 0xD677CF) is known color: Orchid. HEX triplet: D6, 77 and CF. RGB value is (214,119,207). Sum of RGB (Red+Green+Blue) = 214+119+207=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D677CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677CF is #298830. Grayscale: #9D9D9D. Windows color (decimal): -2721841 or 13596630. OLE color: 13596630.
HSL color Cylindrical-coordinate representation of color #D677CF: hue angle of 304.42º degrees, saturation: 0.54, 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 #D677CF is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 207 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.16 |
| HSL | 304.42º | 0.54% | 0.65% | - |
| HSV(B) | 304.42º | 0.44% | 0.84% | - |
| XYZ | 45.59 | 31.99 | 62.8 | - |
| YUV | 157.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 207 | 0 | 0.44 | 0.03 | 0.16 | 304.42 | 0.54 | 0.65 |
| Hex | D6 | 77 | CF | 0 | 2C | 3 | 10 | 130 | 36 | 41 |
| Octal | 326 | 167 | 317 | 0 | 54 | 3 | 20 | 460 | 66 | 101 |
| Binary | 11010110 | 1110111 | 11001111 | 0 | 101100 | 11 | 10000 | 100110000 | 110110 | 1000001 |
Color Harmonies of #D677CF
Complementary color
Monochromatic Colors of #D677CF
Black with #D677CF
Text Example
Text Example
White with #D677CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677CF; }
p { color: rgb(214,119,207); }
H1.HeaderClassName
{
color: #D677CF;
}
.AnyTagClassName
{
color: #D677CF;
}
</style>
background-color css
<style>
a { background-color: #D677CF; }
a { background-color: rgb(214,119,207); }
div.DivClassName
{
background-color: #D677CF;
}
.BgClassName
{
background-color: #D677CF;
}
</style>
border-color css
<style>
span { border-color: #D677CF; }
span { border-color: rgb(214,119,207); }
td.TdClassName
{
border-color: #D677CF;
}
.TagClassName
{
border-color: #D677CF;
}
</style>