Shades of Orchid #C776DD
Tints of Orchid #C776DD
RGB
CMYK
RGB Variations
Color information
#C776DD (or 0xC776DD) is known color: Orchid. HEX triplet: C7, 76 and DD. RGB value is (199,118,221). Sum of RGB (Red+Green+Blue) = 199+118+221=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C776DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776DD is #388922. Grayscale: #999999. Windows color (decimal): -3705123 or 14513863. OLE color: 14513863.
HSL color Cylindrical-coordinate representation of color #C776DD: hue angle of 287.18º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C776DD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 118 | 221 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.13 |
| HSL | 287.18º | 0.6% | 0.66% | - |
| HSV(B) | 287.18º | 0.47% | 0.87% | - |
| XYZ | 43.08 | 30.32 | 71.99 | - |
| YUV | 153.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 221 | 0.10 | 0.47 | 0 | 0.13 | 287.18 | 0.6 | 0.66 |
| Hex | C7 | 76 | DD | A | 2F | 0 | D | 11F | 3C | 42 |
| Octal | 307 | 166 | 335 | 12 | 57 | 0 | 15 | 437 | 74 | 102 |
| Binary | 11000111 | 1110110 | 11011101 | 1010 | 101111 | 0 | 1101 | 100011111 | 111100 | 1000010 |
Color Harmonies of #C776DD
Complementary color
Monochromatic Colors of #C776DD
Black with #C776DD
Text Example
Text Example
White with #C776DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776DD; }
p { color: rgb(199,118,221); }
H1.HeaderClassName
{
color: #C776DD;
}
.AnyTagClassName
{
color: #C776DD;
}
</style>
background-color css
<style>
a { background-color: #C776DD; }
a { background-color: rgb(199,118,221); }
div.DivClassName
{
background-color: #C776DD;
}
.BgClassName
{
background-color: #C776DD;
}
</style>
border-color css
<style>
span { border-color: #C776DD; }
span { border-color: rgb(199,118,221); }
td.TdClassName
{
border-color: #C776DD;
}
.TagClassName
{
border-color: #C776DD;
}
</style>