Shades of Orchid #C677BA
Tints of Orchid #C677BA
RGB
CMYK
RGB Variations
Color information
#C677BA (or 0xC677BA) is known color: Orchid. HEX triplet: C6, 77 and BA. RGB value is (198,119,186). Sum of RGB (Red+Green+Blue) = 198+119+186=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C677BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677BA is #398845. Grayscale: #969696. Windows color (decimal): -3770438 or 12220358. OLE color: 12220358.
HSL color Cylindrical-coordinate representation of color #C677BA: hue angle of 309.11º 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 #C677BA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 186 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.22 |
| HSL | 309.11º | 0.41% | 0.62% | - |
| HSV(B) | 309.11º | 0.4% | 0.78% | - |
| XYZ | 38.75 | 28.74 | 49.96 | - |
| YUV | 150.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 186 | 0 | 0.40 | 0.06 | 0.22 | 309.11 | 0.41 | 0.62 |
| Hex | C6 | 77 | BA | 0 | 28 | 6 | 16 | 135 | 29 | 3E |
| Octal | 306 | 167 | 272 | 0 | 50 | 6 | 26 | 465 | 51 | 76 |
| Binary | 11000110 | 1110111 | 10111010 | 0 | 101000 | 110 | 10110 | 100110101 | 101001 | 111110 |
Color Harmonies of #C677BA
Complementary color
Monochromatic Colors of #C677BA
Black with #C677BA
Text Example
Text Example
White with #C677BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C677BA; }
p { color: rgb(198,119,186); }
H1.HeaderClassName
{
color: #C677BA;
}
.AnyTagClassName
{
color: #C677BA;
}
</style>
background-color css
<style>
a { background-color: #C677BA; }
a { background-color: rgb(198,119,186); }
div.DivClassName
{
background-color: #C677BA;
}
.BgClassName
{
background-color: #C677BA;
}
</style>
border-color css
<style>
span { border-color: #C677BA; }
span { border-color: rgb(198,119,186); }
td.TdClassName
{
border-color: #C677BA;
}
.TagClassName
{
border-color: #C677BA;
}
</style>