Shades of Orchid #C676BC
Tints of Orchid #C676BC
RGB
CMYK
RGB Variations
Color information
#C676BC (or 0xC676BC) is known color: Orchid. HEX triplet: C6, 76 and BC. RGB value is (198,118,188). Sum of RGB (Red+Green+Blue) = 198+118+188=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C676BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676BC is #398943. Grayscale: #959595. Windows color (decimal): -3770692 or 12351174. OLE color: 12351174.
HSL color Cylindrical-coordinate representation of color #C676BC: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C676BC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 188 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.22 |
| HSL | 307.5º | 0.41% | 0.62% | - |
| HSV(B) | 307.5º | 0.4% | 0.78% | - |
| XYZ | 38.84 | 28.59 | 51.05 | - |
| YUV | 149.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 188 | 0 | 0.40 | 0.05 | 0.22 | 307.5 | 0.41 | 0.62 |
| Hex | C6 | 76 | BC | 0 | 28 | 5 | 16 | 134 | 29 | 3E |
| Octal | 306 | 166 | 274 | 0 | 50 | 5 | 26 | 464 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10111100 | 0 | 101000 | 101 | 10110 | 100110100 | 101001 | 111110 |
Color Harmonies of #C676BC
Complementary color
Monochromatic Colors of #C676BC
Black with #C676BC
Text Example
Text Example
White with #C676BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676BC; }
p { color: rgb(198,118,188); }
H1.HeaderClassName
{
color: #C676BC;
}
.AnyTagClassName
{
color: #C676BC;
}
</style>
background-color css
<style>
a { background-color: #C676BC; }
a { background-color: rgb(198,118,188); }
div.DivClassName
{
background-color: #C676BC;
}
.BgClassName
{
background-color: #C676BC;
}
</style>
border-color css
<style>
span { border-color: #C676BC; }
span { border-color: rgb(198,118,188); }
td.TdClassName
{
border-color: #C676BC;
}
.TagClassName
{
border-color: #C676BC;
}
</style>