Shades of Orchid #C677BC
Tints of Orchid #C677BC
RGB
CMYK
RGB Variations
Color information
#C677BC (or 0xC677BC) is known color: Orchid. HEX triplet: C6, 77 and BC. RGB value is (198,119,188). Sum of RGB (Red+Green+Blue) = 198+119+188=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C677BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677BC is #398843. Grayscale: #969696. Windows color (decimal): -3770436 or 12351430. OLE color: 12351430.
HSL color Cylindrical-coordinate representation of color #C677BC: hue angle of 307.59º 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 #C677BC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 188 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.22 |
| HSL | 307.59º | 0.41% | 0.62% | - |
| HSV(B) | 307.59º | 0.4% | 0.78% | - |
| XYZ | 38.96 | 28.83 | 51.09 | - |
| YUV | 150.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 188 | 0 | 0.40 | 0.05 | 0.22 | 307.59 | 0.41 | 0.62 |
| Hex | C6 | 77 | BC | 0 | 28 | 5 | 16 | 134 | 29 | 3E |
| Octal | 306 | 167 | 274 | 0 | 50 | 5 | 26 | 464 | 51 | 76 |
| Binary | 11000110 | 1110111 | 10111100 | 0 | 101000 | 101 | 10110 | 100110100 | 101001 | 111110 |
Color Harmonies of #C677BC
Complementary color
Monochromatic Colors of #C677BC
Black with #C677BC
Text Example
Text Example
White with #C677BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677BC; }
p { color: rgb(198,119,188); }
H1.HeaderClassName
{
color: #C677BC;
}
.AnyTagClassName
{
color: #C677BC;
}
</style>
background-color css
<style>
a { background-color: #C677BC; }
a { background-color: rgb(198,119,188); }
div.DivClassName
{
background-color: #C677BC;
}
.BgClassName
{
background-color: #C677BC;
}
</style>
border-color css
<style>
span { border-color: #C677BC; }
span { border-color: rgb(198,119,188); }
td.TdClassName
{
border-color: #C677BC;
}
.TagClassName
{
border-color: #C677BC;
}
</style>