Shades of Orchid #C678BB
Tints of Orchid #C678BB
RGB
CMYK
RGB Variations
Color information
#C678BB (or 0xC678BB) is known color: Orchid. HEX triplet: C6, 78 and BB. RGB value is (198,120,187). Sum of RGB (Red+Green+Blue) = 198+120+187=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C678BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678BB is #398744. Grayscale: #969696. Windows color (decimal): -3770181 or 12286150. OLE color: 12286150.
HSL color Cylindrical-coordinate representation of color #C678BB: hue angle of 308.46º 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 #C678BB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 187 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.22 |
| HSL | 308.46º | 0.41% | 0.62% | - |
| HSV(B) | 308.46º | 0.39% | 0.78% | - |
| XYZ | 38.97 | 29.03 | 50.56 | - |
| YUV | 150.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 187 | 0 | 0.39 | 0.06 | 0.22 | 308.46 | 0.41 | 0.62 |
| Hex | C6 | 78 | BB | 0 | 27 | 6 | 16 | 134 | 29 | 3E |
| Octal | 306 | 170 | 273 | 0 | 47 | 6 | 26 | 464 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10111011 | 0 | 100111 | 110 | 10110 | 100110100 | 101001 | 111110 |
Color Harmonies of #C678BB
Complementary color
Monochromatic Colors of #C678BB
Black with #C678BB
Text Example
Text Example
White with #C678BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678BB; }
p { color: rgb(198,120,187); }
H1.HeaderClassName
{
color: #C678BB;
}
.AnyTagClassName
{
color: #C678BB;
}
</style>
background-color css
<style>
a { background-color: #C678BB; }
a { background-color: rgb(198,120,187); }
div.DivClassName
{
background-color: #C678BB;
}
.BgClassName
{
background-color: #C678BB;
}
</style>
border-color css
<style>
span { border-color: #C678BB; }
span { border-color: rgb(198,120,187); }
td.TdClassName
{
border-color: #C678BB;
}
.TagClassName
{
border-color: #C678BB;
}
</style>