Shades of Orchid #C77CBE
Tints of Orchid #C77CBE
RGB
CMYK
RGB Variations
Color information
#C77CBE (or 0xC77CBE) is known color: Orchid. HEX triplet: C7, 7C and BE. RGB value is (199,124,190). Sum of RGB (Red+Green+Blue) = 199+124+190=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CBE is #388341. Grayscale: #999999. Windows color (decimal): -3703618 or 12483783. OLE color: 12483783.
HSL color Cylindrical-coordinate representation of color #C77CBE: hue angle of 307.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CBE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 190 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.22 |
| HSL | 307.2º | 0.4% | 0.63% | - |
| HSV(B) | 307.2º | 0.38% | 0.78% | - |
| XYZ | 40.06 | 30.28 | 52.45 | - |
| YUV | 153.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 190 | 0 | 0.38 | 0.05 | 0.22 | 307.2 | 0.4 | 0.63 |
| Hex | C7 | 7C | BE | 0 | 26 | 5 | 16 | 133 | 28 | 3F |
| Octal | 307 | 174 | 276 | 0 | 46 | 5 | 26 | 463 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10111110 | 0 | 100110 | 101 | 10110 | 100110011 | 101000 | 111111 |
Color Harmonies of #C77CBE
Complementary color
Monochromatic Colors of #C77CBE
Black with #C77CBE
Text Example
Text Example
White with #C77CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CBE; }
p { color: rgb(199,124,190); }
H1.HeaderClassName
{
color: #C77CBE;
}
.AnyTagClassName
{
color: #C77CBE;
}
</style>
background-color css
<style>
a { background-color: #C77CBE; }
a { background-color: rgb(199,124,190); }
div.DivClassName
{
background-color: #C77CBE;
}
.BgClassName
{
background-color: #C77CBE;
}
</style>
border-color css
<style>
span { border-color: #C77CBE; }
span { border-color: rgb(199,124,190); }
td.TdClassName
{
border-color: #C77CBE;
}
.TagClassName
{
border-color: #C77CBE;
}
</style>