Shades of Orchid #C677D7
Tints of Orchid #C677D7
RGB
CMYK
RGB Variations
Color information
#C677D7 (or 0xC677D7) is known color: Orchid. HEX triplet: C6, 77 and D7. RGB value is (198,119,215). Sum of RGB (Red+Green+Blue) = 198+119+215=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #C677D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677D7 is #398828. Grayscale: #999999. Windows color (decimal): -3770409 or 14120902. OLE color: 14120902.
HSL color Cylindrical-coordinate representation of color #C677D7: hue angle of 289.38º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C677D7 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 119 | 215 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.16 |
| HSL | 289.38º | 0.55% | 0.65% | - |
| HSV(B) | 289.38º | 0.45% | 0.84% | - |
| XYZ | 42.15 | 30.11 | 67.88 | - |
| YUV | 153.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 215 | 0.08 | 0.45 | 0 | 0.16 | 289.38 | 0.55 | 0.65 |
| Hex | C6 | 77 | D7 | 8 | 2D | 0 | 10 | 121 | 37 | 41 |
| Octal | 306 | 167 | 327 | 10 | 55 | 0 | 20 | 441 | 67 | 101 |
| Binary | 11000110 | 1110111 | 11010111 | 1000 | 101101 | 0 | 10000 | 100100001 | 110111 | 1000001 |
Color Harmonies of #C677D7
Complementary color
Monochromatic Colors of #C677D7
Black with #C677D7
Text Example
Text Example
White with #C677D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677D7; }
p { color: rgb(198,119,215); }
H1.HeaderClassName
{
color: #C677D7;
}
.AnyTagClassName
{
color: #C677D7;
}
</style>
background-color css
<style>
a { background-color: #C677D7; }
a { background-color: rgb(198,119,215); }
div.DivClassName
{
background-color: #C677D7;
}
.BgClassName
{
background-color: #C677D7;
}
</style>
border-color css
<style>
span { border-color: #C677D7; }
span { border-color: rgb(198,119,215); }
td.TdClassName
{
border-color: #C677D7;
}
.TagClassName
{
border-color: #C677D7;
}
</style>