Shades of Orchid #C676BD
Tints of Orchid #C676BD
RGB
CMYK
RGB Variations
Color information
#C676BD (or 0xC676BD) is known color: Orchid. HEX triplet: C6, 76 and BD. RGB value is (198,118,189). Sum of RGB (Red+Green+Blue) = 198+118+189=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C676BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676BD is #398942. Grayscale: #959595. Windows color (decimal): -3770691 or 12416710. OLE color: 12416710.
HSL color Cylindrical-coordinate representation of color #C676BD: hue angle of 306.75º 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 #C676BD is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 189 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.22 |
| HSL | 306.75º | 0.41% | 0.62% | - |
| HSV(B) | 306.75º | 0.4% | 0.78% | - |
| XYZ | 38.95 | 28.64 | 51.62 | - |
| YUV | 150.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 189 | 0 | 0.40 | 0.05 | 0.22 | 306.75 | 0.41 | 0.62 |
| Hex | C6 | 76 | BD | 0 | 28 | 5 | 16 | 133 | 29 | 3E |
| Octal | 306 | 166 | 275 | 0 | 50 | 5 | 26 | 463 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10111101 | 0 | 101000 | 101 | 10110 | 100110011 | 101001 | 111110 |
Color Harmonies of #C676BD
Complementary color
Monochromatic Colors of #C676BD
Black with #C676BD
Text Example
Text Example
White with #C676BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C676BD; }
p { color: rgb(198,118,189); }
H1.HeaderClassName
{
color: #C676BD;
}
.AnyTagClassName
{
color: #C676BD;
}
</style>
background-color css
<style>
a { background-color: #C676BD; }
a { background-color: rgb(198,118,189); }
div.DivClassName
{
background-color: #C676BD;
}
.BgClassName
{
background-color: #C676BD;
}
</style>
border-color css
<style>
span { border-color: #C676BD; }
span { border-color: rgb(198,118,189); }
td.TdClassName
{
border-color: #C676BD;
}
.TagClassName
{
border-color: #C676BD;
}
</style>