Shades of Orchid #C676DC
Tints of Orchid #C676DC
RGB
CMYK
RGB Variations
Color information
#C676DC (or 0xC676DC) is known color: Orchid. HEX triplet: C6, 76 and DC. RGB value is (198,118,220). Sum of RGB (Red+Green+Blue) = 198+118+220=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C676DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676DC is #398923. Grayscale: #999999. Windows color (decimal): -3770660 or 14448326. OLE color: 14448326.
HSL color Cylindrical-coordinate representation of color #C676DC: hue angle of 287.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C676DC is Cyan = 0.1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 118 | 220 | - |
| CMYK | 0.1 | 0.46 | 0 | 0.14 |
| HSL | 287.06º | 0.59% | 0.66% | - |
| HSV(B) | 287.06º | 0.46% | 0.86% | - |
| XYZ | 42.69 | 30.13 | 71.28 | - |
| YUV | 153.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 220 | 0.1 | 0.46 | 0 | 0.14 | 287.06 | 0.59 | 0.66 |
| Hex | C6 | 76 | DC | A | 2E | 0 | E | 11F | 3B | 42 |
| Octal | 306 | 166 | 334 | 12 | 56 | 0 | 16 | 437 | 73 | 102 |
| Binary | 11000110 | 1110110 | 11011100 | 1010 | 101110 | 0 | 1110 | 100011111 | 111011 | 1000010 |
Color Harmonies of #C676DC
Complementary color
Monochromatic Colors of #C676DC
Black with #C676DC
Text Example
Text Example
White with #C676DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676DC; }
p { color: rgb(198,118,220); }
H1.HeaderClassName
{
color: #C676DC;
}
.AnyTagClassName
{
color: #C676DC;
}
</style>
background-color css
<style>
a { background-color: #C676DC; }
a { background-color: rgb(198,118,220); }
div.DivClassName
{
background-color: #C676DC;
}
.BgClassName
{
background-color: #C676DC;
}
</style>
border-color css
<style>
span { border-color: #C676DC; }
span { border-color: rgb(198,118,220); }
td.TdClassName
{
border-color: #C676DC;
}
.TagClassName
{
border-color: #C676DC;
}
</style>