Shades of Orchid #C77CC3
Tints of Orchid #C77CC3
RGB
CMYK
RGB Variations
Color information
#C77CC3 (or 0xC77CC3) is known color: Orchid. HEX triplet: C7, 7C and C3. RGB value is (199,124,195). Sum of RGB (Red+Green+Blue) = 199+124+195=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC3 is #38833C. Grayscale: #9A9A9A. Windows color (decimal): -3703613 or 12811463. OLE color: 12811463.
HSL color Cylindrical-coordinate representation of color #C77CC3: hue angle of 303.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 #C77CC3 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 195 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.22 |
| HSL | 303.2º | 0.4% | 0.63% | - |
| HSV(B) | 303.2º | 0.38% | 0.78% | - |
| XYZ | 40.61 | 30.5 | 55.38 | - |
| YUV | 154.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 195 | 0 | 0.38 | 0.02 | 0.22 | 303.2 | 0.4 | 0.63 |
| Hex | C7 | 7C | C3 | 0 | 26 | 2 | 16 | 12F | 28 | 3F |
| Octal | 307 | 174 | 303 | 0 | 46 | 2 | 26 | 457 | 50 | 77 |
| Binary | 11000111 | 1111100 | 11000011 | 0 | 100110 | 10 | 10110 | 100101111 | 101000 | 111111 |
Color Harmonies of #C77CC3
Complementary color
Monochromatic Colors of #C77CC3
Black with #C77CC3
Text Example
Text Example
White with #C77CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CC3; }
p { color: rgb(199,124,195); }
H1.HeaderClassName
{
color: #C77CC3;
}
.AnyTagClassName
{
color: #C77CC3;
}
</style>
background-color css
<style>
a { background-color: #C77CC3; }
a { background-color: rgb(199,124,195); }
div.DivClassName
{
background-color: #C77CC3;
}
.BgClassName
{
background-color: #C77CC3;
}
</style>
border-color css
<style>
span { border-color: #C77CC3; }
span { border-color: rgb(199,124,195); }
td.TdClassName
{
border-color: #C77CC3;
}
.TagClassName
{
border-color: #C77CC3;
}
</style>