Shades of Orchid #C776CF
Tints of Orchid #C776CF
RGB
CMYK
RGB Variations
Color information
#C776CF (or 0xC776CF) is known color: Orchid. HEX triplet: C7, 76 and CF. RGB value is (199,118,207). Sum of RGB (Red+Green+Blue) = 199+118+207=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C776CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776CF is #388930. Grayscale: #989898. Windows color (decimal): -3705137 or 13596359. OLE color: 13596359.
HSL color Cylindrical-coordinate representation of color #C776CF: hue angle of 294.61º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C776CF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 118 | 207 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.19 |
| HSL | 294.61º | 0.48% | 0.64% | - |
| HSV(B) | 294.61º | 0.43% | 0.81% | - |
| XYZ | 41.29 | 29.6 | 62.57 | - |
| YUV | 152.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 207 | 0.04 | 0.43 | 0 | 0.19 | 294.61 | 0.48 | 0.64 |
| Hex | C7 | 76 | CF | 4 | 2B | 0 | 13 | 127 | 30 | 40 |
| Octal | 307 | 166 | 317 | 4 | 53 | 0 | 23 | 447 | 60 | 100 |
| Binary | 11000111 | 1110110 | 11001111 | 100 | 101011 | 0 | 10011 | 100100111 | 110000 | 1000000 |
Color Harmonies of #C776CF
Complementary color
Monochromatic Colors of #C776CF
Black with #C776CF
Text Example
Text Example
White with #C776CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776CF; }
p { color: rgb(199,118,207); }
H1.HeaderClassName
{
color: #C776CF;
}
.AnyTagClassName
{
color: #C776CF;
}
</style>
background-color css
<style>
a { background-color: #C776CF; }
a { background-color: rgb(199,118,207); }
div.DivClassName
{
background-color: #C776CF;
}
.BgClassName
{
background-color: #C776CF;
}
</style>
border-color css
<style>
span { border-color: #C776CF; }
span { border-color: rgb(199,118,207); }
td.TdClassName
{
border-color: #C776CF;
}
.TagClassName
{
border-color: #C776CF;
}
</style>