Shades of Orchid #C77CC2
Tints of Orchid #C77CC2
RGB
CMYK
RGB Variations
Color information
#C77CC2 (or 0xC77CC2) is known color: Orchid. HEX triplet: C7, 7C and C2. RGB value is (199,124,194). Sum of RGB (Red+Green+Blue) = 199+124+194=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC2 is #38833D. Grayscale: #9A9A9A. Windows color (decimal): -3703614 or 12745927. OLE color: 12745927.
HSL color Cylindrical-coordinate representation of color #C77CC2: hue angle of 304º 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 #C77CC2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 194 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.22 |
| HSL | 304º | 0.4% | 0.63% | - |
| HSV(B) | 304º | 0.38% | 0.78% | - |
| XYZ | 40.5 | 30.45 | 54.78 | - |
| YUV | 154.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 194 | 0 | 0.38 | 0.03 | 0.22 | 304 | 0.4 | 0.63 |
| Hex | C7 | 7C | C2 | 0 | 26 | 3 | 16 | 130 | 28 | 3F |
| Octal | 307 | 174 | 302 | 0 | 46 | 3 | 26 | 460 | 50 | 77 |
| Binary | 11000111 | 1111100 | 11000010 | 0 | 100110 | 11 | 10110 | 100110000 | 101000 | 111111 |
Color Harmonies of #C77CC2
Complementary color
Monochromatic Colors of #C77CC2
Black with #C77CC2
Text Example
Text Example
White with #C77CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CC2; }
p { color: rgb(199,124,194); }
H1.HeaderClassName
{
color: #C77CC2;
}
.AnyTagClassName
{
color: #C77CC2;
}
</style>
background-color css
<style>
a { background-color: #C77CC2; }
a { background-color: rgb(199,124,194); }
div.DivClassName
{
background-color: #C77CC2;
}
.BgClassName
{
background-color: #C77CC2;
}
</style>
border-color css
<style>
span { border-color: #C77CC2; }
span { border-color: rgb(199,124,194); }
td.TdClassName
{
border-color: #C77CC2;
}
.TagClassName
{
border-color: #C77CC2;
}
</style>