Shades of Orchid #C677BB
Tints of Orchid #C677BB
RGB
CMYK
RGB Variations
Color information
#C677BB (or 0xC677BB) is known color: Orchid. HEX triplet: C6, 77 and BB. RGB value is (198,119,187). Sum of RGB (Red+Green+Blue) = 198+119+187=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C677BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677BB is #398844. Grayscale: #969696. Windows color (decimal): -3770437 or 12285894. OLE color: 12285894.
HSL color Cylindrical-coordinate representation of color #C677BB: hue angle of 308.35º 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 #C677BB is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 187 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.22 |
| HSL | 308.35º | 0.41% | 0.62% | - |
| HSV(B) | 308.35º | 0.4% | 0.78% | - |
| XYZ | 38.86 | 28.79 | 50.52 | - |
| YUV | 150.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 187 | 0 | 0.40 | 0.06 | 0.22 | 308.35 | 0.41 | 0.62 |
| Hex | C6 | 77 | BB | 0 | 28 | 6 | 16 | 134 | 29 | 3E |
| Octal | 306 | 167 | 273 | 0 | 50 | 6 | 26 | 464 | 51 | 76 |
| Binary | 11000110 | 1110111 | 10111011 | 0 | 101000 | 110 | 10110 | 100110100 | 101001 | 111110 |
Color Harmonies of #C677BB
Complementary color
Monochromatic Colors of #C677BB
Black with #C677BB
Text Example
Text Example
White with #C677BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677BB; }
p { color: rgb(198,119,187); }
H1.HeaderClassName
{
color: #C677BB;
}
.AnyTagClassName
{
color: #C677BB;
}
</style>
background-color css
<style>
a { background-color: #C677BB; }
a { background-color: rgb(198,119,187); }
div.DivClassName
{
background-color: #C677BB;
}
.BgClassName
{
background-color: #C677BB;
}
</style>
border-color css
<style>
span { border-color: #C677BB; }
span { border-color: rgb(198,119,187); }
td.TdClassName
{
border-color: #C677BB;
}
.TagClassName
{
border-color: #C677BB;
}
</style>