Shades of Orchid #C770C0
Tints of Orchid #C770C0
RGB
CMYK
RGB Variations
Color information
#C770C0 (or 0xC770C0) is known color: Orchid. HEX triplet: C7, 70 and C0. RGB value is (199,112,192). Sum of RGB (Red+Green+Blue) = 199+112+192=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C770C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770C0 is #388F3F. Grayscale: #929292. Windows color (decimal): -3706688 or 12611783. OLE color: 12611783.
HSL color Cylindrical-coordinate representation of color #C770C0: hue angle of 304.83º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770C0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 192 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.22 |
| HSL | 304.83º | 0.44% | 0.61% | - |
| HSV(B) | 304.83º | 0.44% | 0.78% | - |
| XYZ | 38.86 | 27.54 | 53.14 | - |
| YUV | 147.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 192 | 0 | 0.44 | 0.04 | 0.22 | 304.83 | 0.44 | 0.61 |
| Hex | C7 | 70 | C0 | 0 | 2C | 4 | 16 | 131 | 2C | 3D |
| Octal | 307 | 160 | 300 | 0 | 54 | 4 | 26 | 461 | 54 | 75 |
| Binary | 11000111 | 1110000 | 11000000 | 0 | 101100 | 100 | 10110 | 100110001 | 101100 | 111101 |
Color Harmonies of #C770C0
Complementary color
Monochromatic Colors of #C770C0
Black with #C770C0
Text Example
Text Example
White with #C770C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770C0; }
p { color: rgb(199,112,192); }
H1.HeaderClassName
{
color: #C770C0;
}
.AnyTagClassName
{
color: #C770C0;
}
</style>
background-color css
<style>
a { background-color: #C770C0; }
a { background-color: rgb(199,112,192); }
div.DivClassName
{
background-color: #C770C0;
}
.BgClassName
{
background-color: #C770C0;
}
</style>
border-color css
<style>
span { border-color: #C770C0; }
span { border-color: rgb(199,112,192); }
td.TdClassName
{
border-color: #C770C0;
}
.TagClassName
{
border-color: #C770C0;
}
</style>