Shades of Orchid #C779CE
Tints of Orchid #C779CE
RGB
CMYK
RGB Variations
Color information
#C779CE (or 0xC779CE) is known color: Orchid. HEX triplet: C7, 79 and CE. RGB value is (199,121,206). Sum of RGB (Red+Green+Blue) = 199+121+206=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C779CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779CE is #388631. Grayscale: #999999. Windows color (decimal): -3704370 or 13531591. OLE color: 13531591.
HSL color Cylindrical-coordinate representation of color #C779CE: hue angle of 295.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C779CE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 121 | 206 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.19 |
| HSL | 295.06º | 0.46% | 0.64% | - |
| HSV(B) | 295.06º | 0.41% | 0.81% | - |
| XYZ | 41.53 | 30.27 | 62.05 | - |
| YUV | 154.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 206 | 0.03 | 0.41 | 0 | 0.19 | 295.06 | 0.46 | 0.64 |
| Hex | C7 | 79 | CE | 3 | 29 | 0 | 13 | 127 | 2E | 40 |
| Octal | 307 | 171 | 316 | 3 | 51 | 0 | 23 | 447 | 56 | 100 |
| Binary | 11000111 | 1111001 | 11001110 | 11 | 101001 | 0 | 10011 | 100100111 | 101110 | 1000000 |
Color Harmonies of #C779CE
Complementary color
Monochromatic Colors of #C779CE
Black with #C779CE
Text Example
Text Example
White with #C779CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C779CE; }
p { color: rgb(199,121,206); }
H1.HeaderClassName
{
color: #C779CE;
}
.AnyTagClassName
{
color: #C779CE;
}
</style>
background-color css
<style>
a { background-color: #C779CE; }
a { background-color: rgb(199,121,206); }
div.DivClassName
{
background-color: #C779CE;
}
.BgClassName
{
background-color: #C779CE;
}
</style>
border-color css
<style>
span { border-color: #C779CE; }
span { border-color: rgb(199,121,206); }
td.TdClassName
{
border-color: #C779CE;
}
.TagClassName
{
border-color: #C779CE;
}
</style>