Shades of Orchid #D677C8
Tints of Orchid #D677C8
RGB
CMYK
RGB Variations
Color information
#D677C8 (or 0xD677C8) is known color: Orchid. HEX triplet: D6, 77 and C8. RGB value is (214,119,200). Sum of RGB (Red+Green+Blue) = 214+119+200=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D677C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677C8 is #298837. Grayscale: #9C9C9C. Windows color (decimal): -2721848 or 13137878. OLE color: 13137878.
HSL color Cylindrical-coordinate representation of color #D677C8: hue angle of 308.84º 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 #D677C8 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 200 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.16 |
| HSL | 308.84º | 0.54% | 0.65% | - |
| HSV(B) | 308.84º | 0.44% | 0.84% | - |
| XYZ | 44.75 | 31.66 | 58.4 | - |
| YUV | 156.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 200 | 0 | 0.44 | 0.07 | 0.16 | 308.84 | 0.54 | 0.65 |
| Hex | D6 | 77 | C8 | 0 | 2C | 7 | 10 | 135 | 36 | 41 |
| Octal | 326 | 167 | 310 | 0 | 54 | 7 | 20 | 465 | 66 | 101 |
| Binary | 11010110 | 1110111 | 11001000 | 0 | 101100 | 111 | 10000 | 100110101 | 110110 | 1000001 |
Color Harmonies of #D677C8
Complementary color
Monochromatic Colors of #D677C8
Black with #D677C8
Text Example
Text Example
White with #D677C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677C8; }
p { color: rgb(214,119,200); }
H1.HeaderClassName
{
color: #D677C8;
}
.AnyTagClassName
{
color: #D677C8;
}
</style>
background-color css
<style>
a { background-color: #D677C8; }
a { background-color: rgb(214,119,200); }
div.DivClassName
{
background-color: #D677C8;
}
.BgClassName
{
background-color: #D677C8;
}
</style>
border-color css
<style>
span { border-color: #D677C8; }
span { border-color: rgb(214,119,200); }
td.TdClassName
{
border-color: #D677C8;
}
.TagClassName
{
border-color: #D677C8;
}
</style>