Shades of Orchid #C678BC
Tints of Orchid #C678BC
RGB
CMYK
RGB Variations
Color information
#C678BC (or 0xC678BC) is known color: Orchid. HEX triplet: C6, 78 and BC. RGB value is (198,120,188). Sum of RGB (Red+Green+Blue) = 198+120+188=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C678BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678BC is #398743. Grayscale: #969696. Windows color (decimal): -3770180 or 12351686. OLE color: 12351686.
HSL color Cylindrical-coordinate representation of color #C678BC: hue angle of 307.69º 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 #C678BC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 188 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.22 |
| HSL | 307.69º | 0.41% | 0.62% | - |
| HSV(B) | 307.69º | 0.39% | 0.78% | - |
| XYZ | 39.08 | 29.07 | 51.13 | - |
| YUV | 151.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 188 | 0 | 0.39 | 0.05 | 0.22 | 307.69 | 0.41 | 0.62 |
| Hex | C6 | 78 | BC | 0 | 27 | 5 | 16 | 134 | 29 | 3E |
| Octal | 306 | 170 | 274 | 0 | 47 | 5 | 26 | 464 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10111100 | 0 | 100111 | 101 | 10110 | 100110100 | 101001 | 111110 |
Color Harmonies of #C678BC
Complementary color
Monochromatic Colors of #C678BC
Black with #C678BC
Text Example
Text Example
White with #C678BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678BC; }
p { color: rgb(198,120,188); }
H1.HeaderClassName
{
color: #C678BC;
}
.AnyTagClassName
{
color: #C678BC;
}
</style>
background-color css
<style>
a { background-color: #C678BC; }
a { background-color: rgb(198,120,188); }
div.DivClassName
{
background-color: #C678BC;
}
.BgClassName
{
background-color: #C678BC;
}
</style>
border-color css
<style>
span { border-color: #C678BC; }
span { border-color: rgb(198,120,188); }
td.TdClassName
{
border-color: #C678BC;
}
.TagClassName
{
border-color: #C678BC;
}
</style>