Shades of Orchid #C77CCE
Tints of Orchid #C77CCE
RGB
CMYK
RGB Variations
Color information
#C77CCE (or 0xC77CCE) is known color: Orchid. HEX triplet: C7, 7C and CE. RGB value is (199,124,206). Sum of RGB (Red+Green+Blue) = 199+124+206=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C77CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CCE is #388331. Grayscale: #9B9B9B. Windows color (decimal): -3703602 or 13532359. OLE color: 13532359.
HSL color Cylindrical-coordinate representation of color #C77CCE: hue angle of 294.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77CCE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 124 | 206 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.19 |
| HSL | 294.88º | 0.46% | 0.65% | - |
| HSV(B) | 294.88º | 0.4% | 0.81% | - |
| XYZ | 41.9 | 31.01 | 62.17 | - |
| YUV | 155.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 206 | 0.03 | 0.40 | 0 | 0.19 | 294.88 | 0.46 | 0.65 |
| Hex | C7 | 7C | CE | 3 | 28 | 0 | 13 | 127 | 2E | 41 |
| Octal | 307 | 174 | 316 | 3 | 50 | 0 | 23 | 447 | 56 | 101 |
| Binary | 11000111 | 1111100 | 11001110 | 11 | 101000 | 0 | 10011 | 100100111 | 101110 | 1000001 |
Color Harmonies of #C77CCE
Complementary color
Monochromatic Colors of #C77CCE
Black with #C77CCE
Text Example
Text Example
White with #C77CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CCE; }
p { color: rgb(199,124,206); }
H1.HeaderClassName
{
color: #C77CCE;
}
.AnyTagClassName
{
color: #C77CCE;
}
</style>
background-color css
<style>
a { background-color: #C77CCE; }
a { background-color: rgb(199,124,206); }
div.DivClassName
{
background-color: #C77CCE;
}
.BgClassName
{
background-color: #C77CCE;
}
</style>
border-color css
<style>
span { border-color: #C77CCE; }
span { border-color: rgb(199,124,206); }
td.TdClassName
{
border-color: #C77CCE;
}
.TagClassName
{
border-color: #C77CCE;
}
</style>