Shades of Orchid #C679BE
Tints of Orchid #C679BE
RGB
CMYK
RGB Variations
Color information
#C679BE (or 0xC679BE) is known color: Orchid. HEX triplet: C6, 79 and BE. RGB value is (198,121,190). Sum of RGB (Red+Green+Blue) = 198+121+190=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BE is #398641. Grayscale: #979797. Windows color (decimal): -3769922 or 12483014. OLE color: 12483014.
HSL color Cylindrical-coordinate representation of color #C679BE: hue angle of 306.23º 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 #C679BE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 190 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.22 |
| HSL | 306.23º | 0.4% | 0.63% | - |
| HSV(B) | 306.23º | 0.39% | 0.78% | - |
| XYZ | 39.42 | 29.4 | 52.31 | - |
| YUV | 151.89 | 149.51 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 190 | 0 | 0.39 | 0.04 | 0.22 | 306.23 | 0.4 | 0.63 |
| Hex | C6 | 79 | BE | 0 | 27 | 4 | 16 | 132 | 28 | 3F |
| Octal | 306 | 171 | 276 | 0 | 47 | 4 | 26 | 462 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10111110 | 0 | 100111 | 100 | 10110 | 100110010 | 101000 | 111111 |
Color Harmonies of #C679BE
Complementary color
Monochromatic Colors of #C679BE
Black with #C679BE
Text Example
Text Example
White with #C679BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679BE; }
p { color: rgb(198,121,190); }
H1.HeaderClassName
{
color: #C679BE;
}
.AnyTagClassName
{
color: #C679BE;
}
</style>
background-color css
<style>
a { background-color: #C679BE; }
a { background-color: rgb(198,121,190); }
div.DivClassName
{
background-color: #C679BE;
}
.BgClassName
{
background-color: #C679BE;
}
</style>
border-color css
<style>
span { border-color: #C679BE; }
span { border-color: rgb(198,121,190); }
td.TdClassName
{
border-color: #C679BE;
}
.TagClassName
{
border-color: #C679BE;
}
</style>