Shades of Orchid #C678B9
Tints of Orchid #C678B9
RGB
CMYK
RGB Variations
Color information
#C678B9 (or 0xC678B9) is known color: Orchid. HEX triplet: C6, 78 and B9. RGB value is (198,120,185). Sum of RGB (Red+Green+Blue) = 198+120+185=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C678B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678B9 is #398746. Grayscale: #969696. Windows color (decimal): -3770183 or 12155078. OLE color: 12155078.
HSL color Cylindrical-coordinate representation of color #C678B9: hue angle of 310º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678B9 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 185 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.22 |
| HSL | 310º | 0.41% | 0.62% | - |
| HSV(B) | 310º | 0.39% | 0.78% | - |
| XYZ | 38.76 | 28.94 | 49.44 | - |
| YUV | 150.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 185 | 0 | 0.39 | 0.07 | 0.22 | 310 | 0.41 | 0.62 |
| Hex | C6 | 78 | B9 | 0 | 27 | 7 | 16 | 136 | 29 | 3E |
| Octal | 306 | 170 | 271 | 0 | 47 | 7 | 26 | 466 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10111001 | 0 | 100111 | 111 | 10110 | 100110110 | 101001 | 111110 |
Color Harmonies of #C678B9
Complementary color
Monochromatic Colors of #C678B9
Black with #C678B9
Text Example
Text Example
White with #C678B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678B9; }
p { color: rgb(198,120,185); }
H1.HeaderClassName
{
color: #C678B9;
}
.AnyTagClassName
{
color: #C678B9;
}
</style>
background-color css
<style>
a { background-color: #C678B9; }
a { background-color: rgb(198,120,185); }
div.DivClassName
{
background-color: #C678B9;
}
.BgClassName
{
background-color: #C678B9;
}
</style>
border-color css
<style>
span { border-color: #C678B9; }
span { border-color: rgb(198,120,185); }
td.TdClassName
{
border-color: #C678B9;
}
.TagClassName
{
border-color: #C678B9;
}
</style>