Shades of Orchid #C776CC
Tints of Orchid #C776CC
RGB
CMYK
RGB Variations
Color information
#C776CC (or 0xC776CC) is known color: Orchid. HEX triplet: C7, 76 and CC. RGB value is (199,118,204). Sum of RGB (Red+Green+Blue) = 199+118+204=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C776CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776CC is #388933. Grayscale: #979797. Windows color (decimal): -3705140 or 13399751. OLE color: 13399751.
HSL color Cylindrical-coordinate representation of color #C776CC: hue angle of 296.51º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C776CC is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 118 | 204 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.2 |
| HSL | 296.51º | 0.46% | 0.63% | - |
| HSV(B) | 296.51º | 0.42% | 0.8% | - |
| XYZ | 40.93 | 29.46 | 60.66 | - |
| YUV | 152.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 204 | 0.02 | 0.42 | 0 | 0.2 | 296.51 | 0.46 | 0.63 |
| Hex | C7 | 76 | CC | 2 | 2A | 0 | 14 | 129 | 2E | 3F |
| Octal | 307 | 166 | 314 | 2 | 52 | 0 | 24 | 451 | 56 | 77 |
| Binary | 11000111 | 1110110 | 11001100 | 10 | 101010 | 0 | 10100 | 100101001 | 101110 | 111111 |
Color Harmonies of #C776CC
Complementary color
Monochromatic Colors of #C776CC
Black with #C776CC
Text Example
Text Example
White with #C776CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776CC; }
p { color: rgb(199,118,204); }
H1.HeaderClassName
{
color: #C776CC;
}
.AnyTagClassName
{
color: #C776CC;
}
</style>
background-color css
<style>
a { background-color: #C776CC; }
a { background-color: rgb(199,118,204); }
div.DivClassName
{
background-color: #C776CC;
}
.BgClassName
{
background-color: #C776CC;
}
</style>
border-color css
<style>
span { border-color: #C776CC; }
span { border-color: rgb(199,118,204); }
td.TdClassName
{
border-color: #C776CC;
}
.TagClassName
{
border-color: #C776CC;
}
</style>