Shades of Orchid #C676CF
Tints of Orchid #C676CF
RGB
CMYK
RGB Variations
Color information
#C676CF (or 0xC676CF) is known color: Orchid. HEX triplet: C6, 76 and CF. RGB value is (198,118,207). Sum of RGB (Red+Green+Blue) = 198+118+207=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #C676CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676CF is #398930. Grayscale: #979797. Windows color (decimal): -3770673 or 13596358. OLE color: 13596358.
HSL color Cylindrical-coordinate representation of color #C676CF: hue angle of 293.93º degrees, saturation: 0.48, 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 #C676CF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 118 | 207 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.19 |
| HSL | 293.93º | 0.48% | 0.64% | - |
| HSV(B) | 293.93º | 0.43% | 0.81% | - |
| XYZ | 41.03 | 29.47 | 62.56 | - |
| YUV | 152.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 207 | 0.04 | 0.43 | 0 | 0.19 | 293.93 | 0.48 | 0.64 |
| Hex | C6 | 76 | CF | 4 | 2B | 0 | 13 | 126 | 30 | 40 |
| Octal | 306 | 166 | 317 | 4 | 53 | 0 | 23 | 446 | 60 | 100 |
| Binary | 11000110 | 1110110 | 11001111 | 100 | 101011 | 0 | 10011 | 100100110 | 110000 | 1000000 |
Color Harmonies of #C676CF
Complementary color
Monochromatic Colors of #C676CF
Black with #C676CF
Text Example
Text Example
White with #C676CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676CF; }
p { color: rgb(198,118,207); }
H1.HeaderClassName
{
color: #C676CF;
}
.AnyTagClassName
{
color: #C676CF;
}
</style>
background-color css
<style>
a { background-color: #C676CF; }
a { background-color: rgb(198,118,207); }
div.DivClassName
{
background-color: #C676CF;
}
.BgClassName
{
background-color: #C676CF;
}
</style>
border-color css
<style>
span { border-color: #C676CF; }
span { border-color: rgb(198,118,207); }
td.TdClassName
{
border-color: #C676CF;
}
.TagClassName
{
border-color: #C676CF;
}
</style>