Shades of Orchid #C676CE
Tints of Orchid #C676CE
RGB
CMYK
RGB Variations
Color information
#C676CE (or 0xC676CE) is known color: Orchid. HEX triplet: C6, 76 and CE. RGB value is (198,118,206). Sum of RGB (Red+Green+Blue) = 198+118+206=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C676CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676CE is #398931. Grayscale: #979797. Windows color (decimal): -3770674 or 13530822. OLE color: 13530822.
HSL color Cylindrical-coordinate representation of color #C676CE: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C676CE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 118 | 206 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.19 |
| HSL | 294.55º | 0.47% | 0.64% | - |
| HSV(B) | 294.55º | 0.43% | 0.81% | - |
| XYZ | 40.91 | 29.42 | 61.91 | - |
| YUV | 151.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 206 | 0.04 | 0.43 | 0 | 0.19 | 294.55 | 0.47 | 0.64 |
| Hex | C6 | 76 | CE | 4 | 2B | 0 | 13 | 127 | 2F | 40 |
| Octal | 306 | 166 | 316 | 4 | 53 | 0 | 23 | 447 | 57 | 100 |
| Binary | 11000110 | 1110110 | 11001110 | 100 | 101011 | 0 | 10011 | 100100111 | 101111 | 1000000 |
Color Harmonies of #C676CE
Complementary color
Monochromatic Colors of #C676CE
Black with #C676CE
Text Example
Text Example
White with #C676CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676CE; }
p { color: rgb(198,118,206); }
H1.HeaderClassName
{
color: #C676CE;
}
.AnyTagClassName
{
color: #C676CE;
}
</style>
background-color css
<style>
a { background-color: #C676CE; }
a { background-color: rgb(198,118,206); }
div.DivClassName
{
background-color: #C676CE;
}
.BgClassName
{
background-color: #C676CE;
}
</style>
border-color css
<style>
span { border-color: #C676CE; }
span { border-color: rgb(198,118,206); }
td.TdClassName
{
border-color: #C676CE;
}
.TagClassName
{
border-color: #C676CE;
}
</style>