Shades of Orchid #C677C0
Tints of Orchid #C677C0
RGB
CMYK
RGB Variations
Color information
#C677C0 (or 0xC677C0) is known color: Orchid. HEX triplet: C6, 77 and C0. RGB value is (198,119,192). Sum of RGB (Red+Green+Blue) = 198+119+192=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C677C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677C0 is #39883F. Grayscale: #969696. Windows color (decimal): -3770432 or 12613574. OLE color: 12613574.
HSL color Cylindrical-coordinate representation of color #C677C0: hue angle of 304.56º 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 #C677C0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 192 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.22 |
| HSL | 304.56º | 0.41% | 0.62% | - |
| HSV(B) | 304.56º | 0.4% | 0.78% | - |
| XYZ | 39.4 | 29.01 | 53.39 | - |
| YUV | 150.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 192 | 0 | 0.40 | 0.03 | 0.22 | 304.56 | 0.41 | 0.62 |
| Hex | C6 | 77 | C0 | 0 | 28 | 3 | 16 | 131 | 29 | 3E |
| Octal | 306 | 167 | 300 | 0 | 50 | 3 | 26 | 461 | 51 | 76 |
| Binary | 11000110 | 1110111 | 11000000 | 0 | 101000 | 11 | 10110 | 100110001 | 101001 | 111110 |
Color Harmonies of #C677C0
Complementary color
Monochromatic Colors of #C677C0
Black with #C677C0
Text Example
Text Example
White with #C677C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677C0; }
p { color: rgb(198,119,192); }
H1.HeaderClassName
{
color: #C677C0;
}
.AnyTagClassName
{
color: #C677C0;
}
</style>
background-color css
<style>
a { background-color: #C677C0; }
a { background-color: rgb(198,119,192); }
div.DivClassName
{
background-color: #C677C0;
}
.BgClassName
{
background-color: #C677C0;
}
</style>
border-color css
<style>
span { border-color: #C677C0; }
span { border-color: rgb(198,119,192); }
td.TdClassName
{
border-color: #C677C0;
}
.TagClassName
{
border-color: #C677C0;
}
</style>