Shades of Orchid #C679BC
Tints of Orchid #C679BC
RGB
CMYK
RGB Variations
Color information
#C679BC (or 0xC679BC) is known color: Orchid. HEX triplet: C6, 79 and BC. RGB value is (198,121,188). Sum of RGB (Red+Green+Blue) = 198+121+188=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BC is #398643. Grayscale: #979797. Windows color (decimal): -3769924 or 12351942. OLE color: 12351942.
HSL color Cylindrical-coordinate representation of color #C679BC: hue angle of 307.79º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679BC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 188 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.22 |
| HSL | 307.79º | 0.4% | 0.63% | - |
| HSV(B) | 307.79º | 0.39% | 0.78% | - |
| XYZ | 39.2 | 29.31 | 51.17 | - |
| YUV | 151.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 188 | 0 | 0.39 | 0.05 | 0.22 | 307.79 | 0.4 | 0.63 |
| Hex | C6 | 79 | BC | 0 | 27 | 5 | 16 | 134 | 28 | 3F |
| Octal | 306 | 171 | 274 | 0 | 47 | 5 | 26 | 464 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10111100 | 0 | 100111 | 101 | 10110 | 100110100 | 101000 | 111111 |
Color Harmonies of #C679BC
Complementary color
Monochromatic Colors of #C679BC
Black with #C679BC
Text Example
Text Example
White with #C679BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679BC; }
p { color: rgb(198,121,188); }
H1.HeaderClassName
{
color: #C679BC;
}
.AnyTagClassName
{
color: #C679BC;
}
</style>
background-color css
<style>
a { background-color: #C679BC; }
a { background-color: rgb(198,121,188); }
div.DivClassName
{
background-color: #C679BC;
}
.BgClassName
{
background-color: #C679BC;
}
</style>
border-color css
<style>
span { border-color: #C679BC; }
span { border-color: rgb(198,121,188); }
td.TdClassName
{
border-color: #C679BC;
}
.TagClassName
{
border-color: #C679BC;
}
</style>