Shades of Orchid #C779BD
Tints of Orchid #C779BD
RGB
CMYK
RGB Variations
Color information
#C779BD (or 0xC779BD) is known color: Orchid. HEX triplet: C7, 79 and BD. RGB value is (199,121,189). Sum of RGB (Red+Green+Blue) = 199+121+189=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BD is #388642. Grayscale: #979797. Windows color (decimal): -3704387 or 12417479. OLE color: 12417479.
HSL color Cylindrical-coordinate representation of color #C779BD: hue angle of 307.69º 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 #C779BD is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 189 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.22 |
| HSL | 307.69º | 0.41% | 0.63% | - |
| HSV(B) | 307.69º | 0.39% | 0.78% | - |
| XYZ | 39.58 | 29.49 | 51.75 | - |
| YUV | 152.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 189 | 0 | 0.39 | 0.05 | 0.22 | 307.69 | 0.41 | 0.63 |
| Hex | C7 | 79 | BD | 0 | 27 | 5 | 16 | 134 | 29 | 3F |
| Octal | 307 | 171 | 275 | 0 | 47 | 5 | 26 | 464 | 51 | 77 |
| Binary | 11000111 | 1111001 | 10111101 | 0 | 100111 | 101 | 10110 | 100110100 | 101001 | 111111 |
Color Harmonies of #C779BD
Complementary color
Monochromatic Colors of #C779BD
Black with #C779BD
Text Example
Text Example
White with #C779BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C779BD; }
p { color: rgb(199,121,189); }
H1.HeaderClassName
{
color: #C779BD;
}
.AnyTagClassName
{
color: #C779BD;
}
</style>
background-color css
<style>
a { background-color: #C779BD; }
a { background-color: rgb(199,121,189); }
div.DivClassName
{
background-color: #C779BD;
}
.BgClassName
{
background-color: #C779BD;
}
</style>
border-color css
<style>
span { border-color: #C779BD; }
span { border-color: rgb(199,121,189); }
td.TdClassName
{
border-color: #C779BD;
}
.TagClassName
{
border-color: #C779BD;
}
</style>