Shades of Orchid #C779BC
Tints of Orchid #C779BC
RGB
CMYK
RGB Variations
Color information
#C779BC (or 0xC779BC) is known color: Orchid. HEX triplet: C7, 79 and BC. RGB value is (199,121,188). Sum of RGB (Red+Green+Blue) = 199+121+188=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BC is #388643. Grayscale: #979797. Windows color (decimal): -3704388 or 12351943. OLE color: 12351943.
HSL color Cylindrical-coordinate representation of color #C779BC: hue angle of 308.46º degrees, saturation: 0.41, 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 #C779BC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 188 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.22 |
| HSL | 308.46º | 0.41% | 0.63% | - |
| HSV(B) | 308.46º | 0.39% | 0.78% | - |
| XYZ | 39.47 | 29.45 | 51.18 | - |
| YUV | 151.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 188 | 0 | 0.39 | 0.06 | 0.22 | 308.46 | 0.41 | 0.63 |
| Hex | C7 | 79 | BC | 0 | 27 | 6 | 16 | 134 | 29 | 3F |
| Octal | 307 | 171 | 274 | 0 | 47 | 6 | 26 | 464 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10111100 | 0 | 100111 | 110 | 10110 | 100110100 | 101001 | 111111 |
Color Harmonies of #C779BC
Complementary color
Monochromatic Colors of #C779BC
Black with #C779BC
Text Example
Text Example
White with #C779BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C779BC; }
p { color: rgb(199,121,188); }
H1.HeaderClassName
{
color: #C779BC;
}
.AnyTagClassName
{
color: #C779BC;
}
</style>
background-color css
<style>
a { background-color: #C779BC; }
a { background-color: rgb(199,121,188); }
div.DivClassName
{
background-color: #C779BC;
}
.BgClassName
{
background-color: #C779BC;
}
</style>
border-color css
<style>
span { border-color: #C779BC; }
span { border-color: rgb(199,121,188); }
td.TdClassName
{
border-color: #C779BC;
}
.TagClassName
{
border-color: #C779BC;
}
</style>