Shades of Orchid #D677C1
Tints of Orchid #D677C1
RGB
CMYK
RGB Variations
Color information
#D677C1 (or 0xD677C1) is known color: Orchid. HEX triplet: D6, 77 and C1. RGB value is (214,119,193). Sum of RGB (Red+Green+Blue) = 214+119+193=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D677C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677C1 is #29883E. Grayscale: #9B9B9B. Windows color (decimal): -2721855 or 12679126. OLE color: 12679126.
HSL color Cylindrical-coordinate representation of color #D677C1: hue angle of 313.26º 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 #D677C1 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 193 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.16 |
| HSL | 313.26º | 0.54% | 0.65% | - |
| HSV(B) | 313.26º | 0.44% | 0.84% | - |
| XYZ | 43.95 | 31.34 | 54.18 | - |
| YUV | 155.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 193 | 0 | 0.44 | 0.10 | 0.16 | 313.26 | 0.54 | 0.65 |
| Hex | D6 | 77 | C1 | 0 | 2C | A | 10 | 139 | 36 | 41 |
| Octal | 326 | 167 | 301 | 0 | 54 | 12 | 20 | 471 | 66 | 101 |
| Binary | 11010110 | 1110111 | 11000001 | 0 | 101100 | 1010 | 10000 | 100111001 | 110110 | 1000001 |
Color Harmonies of #D677C1
Complementary color
Monochromatic Colors of #D677C1
Black with #D677C1
Text Example
Text Example
White with #D677C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677C1; }
p { color: rgb(214,119,193); }
H1.HeaderClassName
{
color: #D677C1;
}
.AnyTagClassName
{
color: #D677C1;
}
</style>
background-color css
<style>
a { background-color: #D677C1; }
a { background-color: rgb(214,119,193); }
div.DivClassName
{
background-color: #D677C1;
}
.BgClassName
{
background-color: #D677C1;
}
</style>
border-color css
<style>
span { border-color: #D677C1; }
span { border-color: rgb(214,119,193); }
td.TdClassName
{
border-color: #D677C1;
}
.TagClassName
{
border-color: #D677C1;
}
</style>