Shades of Orchid #C679C0
Tints of Orchid #C679C0
RGB
CMYK
RGB Variations
Color information
#C679C0 (or 0xC679C0) is known color: Orchid. HEX triplet: C6, 79 and C0. RGB value is (198,121,192). Sum of RGB (Red+Green+Blue) = 198+121+192=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C679C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679C0 is #39863F. Grayscale: #979797. Windows color (decimal): -3769920 or 12614086. OLE color: 12614086.
HSL color Cylindrical-coordinate representation of color #C679C0: hue angle of 304.68º 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 #C679C0 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 192 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.22 |
| HSL | 304.68º | 0.4% | 0.63% | - |
| HSV(B) | 304.68º | 0.39% | 0.78% | - |
| XYZ | 39.64 | 29.49 | 53.47 | - |
| YUV | 152.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 192 | 0 | 0.39 | 0.03 | 0.22 | 304.68 | 0.4 | 0.63 |
| Hex | C6 | 79 | C0 | 0 | 27 | 3 | 16 | 131 | 28 | 3F |
| Octal | 306 | 171 | 300 | 0 | 47 | 3 | 26 | 461 | 50 | 77 |
| Binary | 11000110 | 1111001 | 11000000 | 0 | 100111 | 11 | 10110 | 100110001 | 101000 | 111111 |
Color Harmonies of #C679C0
Complementary color
Monochromatic Colors of #C679C0
Black with #C679C0
Text Example
Text Example
White with #C679C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679C0; }
p { color: rgb(198,121,192); }
H1.HeaderClassName
{
color: #C679C0;
}
.AnyTagClassName
{
color: #C679C0;
}
</style>
background-color css
<style>
a { background-color: #C679C0; }
a { background-color: rgb(198,121,192); }
div.DivClassName
{
background-color: #C679C0;
}
.BgClassName
{
background-color: #C679C0;
}
</style>
border-color css
<style>
span { border-color: #C679C0; }
span { border-color: rgb(198,121,192); }
td.TdClassName
{
border-color: #C679C0;
}
.TagClassName
{
border-color: #C679C0;
}
</style>