Shades of Orchid #C777CE
Tints of Orchid #C777CE
RGB
CMYK
RGB Variations
Color information
#C777CE (or 0xC777CE) is known color: Orchid. HEX triplet: C7, 77 and CE. RGB value is (199,119,206). Sum of RGB (Red+Green+Blue) = 199+119+206=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C777CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777CE is #388831. Grayscale: #989898. Windows color (decimal): -3704882 or 13531079. OLE color: 13531079.
HSL color Cylindrical-coordinate representation of color #C777CE: hue angle of 295.17º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C777CE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 119 | 206 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.19 |
| HSL | 295.17º | 0.47% | 0.64% | - |
| HSV(B) | 295.17º | 0.42% | 0.81% | - |
| XYZ | 41.29 | 29.79 | 61.97 | - |
| YUV | 152.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 206 | 0.03 | 0.42 | 0 | 0.19 | 295.17 | 0.47 | 0.64 |
| Hex | C7 | 77 | CE | 3 | 2A | 0 | 13 | 127 | 2F | 40 |
| Octal | 307 | 167 | 316 | 3 | 52 | 0 | 23 | 447 | 57 | 100 |
| Binary | 11000111 | 1110111 | 11001110 | 11 | 101010 | 0 | 10011 | 100100111 | 101111 | 1000000 |
Color Harmonies of #C777CE
Complementary color
Monochromatic Colors of #C777CE
Black with #C777CE
Text Example
Text Example
White with #C777CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777CE; }
p { color: rgb(199,119,206); }
H1.HeaderClassName
{
color: #C777CE;
}
.AnyTagClassName
{
color: #C777CE;
}
</style>
background-color css
<style>
a { background-color: #C777CE; }
a { background-color: rgb(199,119,206); }
div.DivClassName
{
background-color: #C777CE;
}
.BgClassName
{
background-color: #C777CE;
}
</style>
border-color css
<style>
span { border-color: #C777CE; }
span { border-color: rgb(199,119,206); }
td.TdClassName
{
border-color: #C777CE;
}
.TagClassName
{
border-color: #C777CE;
}
</style>