Shades of Orchid #C679BA
Tints of Orchid #C679BA
RGB
CMYK
RGB Variations
Color information
#C679BA (or 0xC679BA) is known color: Orchid. HEX triplet: C6, 79 and BA. RGB value is (198,121,186). Sum of RGB (Red+Green+Blue) = 198+121+186=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C679BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679BA is #398645. Grayscale: #979797. Windows color (decimal): -3769926 or 12220870. OLE color: 12220870.
HSL color Cylindrical-coordinate representation of color #C679BA: hue angle of 309.35º 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 #C679BA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 186 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.22 |
| HSL | 309.35º | 0.4% | 0.63% | - |
| HSV(B) | 309.35º | 0.39% | 0.78% | - |
| XYZ | 38.99 | 29.23 | 50.04 | - |
| YUV | 151.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 186 | 0 | 0.39 | 0.06 | 0.22 | 309.35 | 0.4 | 0.63 |
| Hex | C6 | 79 | BA | 0 | 27 | 6 | 16 | 135 | 28 | 3F |
| Octal | 306 | 171 | 272 | 0 | 47 | 6 | 26 | 465 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10111010 | 0 | 100111 | 110 | 10110 | 100110101 | 101000 | 111111 |
Color Harmonies of #C679BA
Complementary color
Monochromatic Colors of #C679BA
Black with #C679BA
Text Example
Text Example
White with #C679BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679BA; }
p { color: rgb(198,121,186); }
H1.HeaderClassName
{
color: #C679BA;
}
.AnyTagClassName
{
color: #C679BA;
}
</style>
background-color css
<style>
a { background-color: #C679BA; }
a { background-color: rgb(198,121,186); }
div.DivClassName
{
background-color: #C679BA;
}
.BgClassName
{
background-color: #C679BA;
}
</style>
border-color css
<style>
span { border-color: #C679BA; }
span { border-color: rgb(198,121,186); }
td.TdClassName
{
border-color: #C679BA;
}
.TagClassName
{
border-color: #C679BA;
}
</style>