Shades of Orchid #C777BE
Tints of Orchid #C777BE
RGB
CMYK
RGB Variations
Color information
#C777BE (or 0xC777BE) is known color: Orchid. HEX triplet: C7, 77 and BE. RGB value is (199,119,190). Sum of RGB (Red+Green+Blue) = 199+119+190=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C777BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777BE is #388841. Grayscale: #969696. Windows color (decimal): -3704898 or 12482503. OLE color: 12482503.
HSL color Cylindrical-coordinate representation of color #C777BE: hue angle of 306.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777BE is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 190 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.22 |
| HSL | 306.75º | 0.42% | 0.62% | - |
| HSV(B) | 306.75º | 0.4% | 0.78% | - |
| XYZ | 39.44 | 29.05 | 52.24 | - |
| YUV | 151.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 190 | 0 | 0.40 | 0.05 | 0.22 | 306.75 | 0.42 | 0.62 |
| Hex | C7 | 77 | BE | 0 | 28 | 5 | 16 | 133 | 2A | 3E |
| Octal | 307 | 167 | 276 | 0 | 50 | 5 | 26 | 463 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10111110 | 0 | 101000 | 101 | 10110 | 100110011 | 101010 | 111110 |
Color Harmonies of #C777BE
Complementary color
Monochromatic Colors of #C777BE
Black with #C777BE
Text Example
Text Example
White with #C777BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777BE; }
p { color: rgb(199,119,190); }
H1.HeaderClassName
{
color: #C777BE;
}
.AnyTagClassName
{
color: #C777BE;
}
</style>
background-color css
<style>
a { background-color: #C777BE; }
a { background-color: rgb(199,119,190); }
div.DivClassName
{
background-color: #C777BE;
}
.BgClassName
{
background-color: #C777BE;
}
</style>
border-color css
<style>
span { border-color: #C777BE; }
span { border-color: rgb(199,119,190); }
td.TdClassName
{
border-color: #C777BE;
}
.TagClassName
{
border-color: #C777BE;
}
</style>