Shades of Orchid #C776BD
Tints of Orchid #C776BD
RGB
CMYK
RGB Variations
Color information
#C776BD (or 0xC776BD) is known color: Orchid. HEX triplet: C7, 76 and BD. RGB value is (199,118,189). Sum of RGB (Red+Green+Blue) = 199+118+189=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C776BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776BD is #388942. Grayscale: #969696. Windows color (decimal): -3705155 or 12416711. OLE color: 12416711.
HSL color Cylindrical-coordinate representation of color #C776BD: hue angle of 307.41º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776BD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 189 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.22 |
| HSL | 307.41º | 0.42% | 0.62% | - |
| HSV(B) | 307.41º | 0.41% | 0.78% | - |
| XYZ | 39.22 | 28.77 | 51.63 | - |
| YUV | 150.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 189 | 0 | 0.41 | 0.05 | 0.22 | 307.41 | 0.42 | 0.62 |
| Hex | C7 | 76 | BD | 0 | 29 | 5 | 16 | 133 | 2A | 3E |
| Octal | 307 | 166 | 275 | 0 | 51 | 5 | 26 | 463 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10111101 | 0 | 101001 | 101 | 10110 | 100110011 | 101010 | 111110 |
Color Harmonies of #C776BD
Complementary color
Monochromatic Colors of #C776BD
Black with #C776BD
Text Example
Text Example
White with #C776BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C776BD; }
p { color: rgb(199,118,189); }
H1.HeaderClassName
{
color: #C776BD;
}
.AnyTagClassName
{
color: #C776BD;
}
</style>
background-color css
<style>
a { background-color: #C776BD; }
a { background-color: rgb(199,118,189); }
div.DivClassName
{
background-color: #C776BD;
}
.BgClassName
{
background-color: #C776BD;
}
</style>
border-color css
<style>
span { border-color: #C776BD; }
span { border-color: rgb(199,118,189); }
td.TdClassName
{
border-color: #C776BD;
}
.TagClassName
{
border-color: #C776BD;
}
</style>