Shades of Orchid #C776E0
Tints of Orchid #C776E0
RGB
CMYK
RGB Variations
Color information
#C776E0 (or 0xC776E0) is known color: Orchid. HEX triplet: C7, 76 and E0. RGB value is (199,118,224). Sum of RGB (Red+Green+Blue) = 199+118+224=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C776E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776E0 is #38891F. Grayscale: #999999. Windows color (decimal): -3705120 or 14710471. OLE color: 14710471.
HSL color Cylindrical-coordinate representation of color #C776E0: hue angle of 285.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C776E0 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 118 | 224 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.12 |
| HSL | 285.85º | 0.63% | 0.67% | - |
| HSV(B) | 285.85º | 0.47% | 0.88% | - |
| XYZ | 43.49 | 30.48 | 74.11 | - |
| YUV | 154.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 224 | 0.11 | 0.47 | 0 | 0.12 | 285.85 | 0.63 | 0.67 |
| Hex | C7 | 76 | E0 | B | 2F | 0 | C | 11E | 3F | 43 |
| Octal | 307 | 166 | 340 | 13 | 57 | 0 | 14 | 436 | 77 | 103 |
| Binary | 11000111 | 1110110 | 11100000 | 1011 | 101111 | 0 | 1100 | 100011110 | 111111 | 1000011 |
Color Harmonies of #C776E0
Complementary color
Monochromatic Colors of #C776E0
Black with #C776E0
Text Example
Text Example
White with #C776E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776E0; }
p { color: rgb(199,118,224); }
H1.HeaderClassName
{
color: #C776E0;
}
.AnyTagClassName
{
color: #C776E0;
}
</style>
background-color css
<style>
a { background-color: #C776E0; }
a { background-color: rgb(199,118,224); }
div.DivClassName
{
background-color: #C776E0;
}
.BgClassName
{
background-color: #C776E0;
}
</style>
border-color css
<style>
span { border-color: #C776E0; }
span { border-color: rgb(199,118,224); }
td.TdClassName
{
border-color: #C776E0;
}
.TagClassName
{
border-color: #C776E0;
}
</style>