Shades of Orchid #C777CB
Tints of Orchid #C777CB
RGB
CMYK
RGB Variations
Color information
#C777CB (or 0xC777CB) is known color: Orchid. HEX triplet: C7, 77 and CB. RGB value is (199,119,203). Sum of RGB (Red+Green+Blue) = 199+119+203=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C777CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777CB is #388834. Grayscale: #989898. Windows color (decimal): -3704885 or 13334471. OLE color: 13334471.
HSL color Cylindrical-coordinate representation of color #C777CB: hue angle of 297.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C777CB is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 119 | 203 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.20 |
| HSL | 297.14º | 0.45% | 0.63% | - |
| HSV(B) | 297.14º | 0.41% | 0.8% | - |
| XYZ | 40.93 | 29.65 | 60.07 | - |
| YUV | 152.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 203 | 0.02 | 0.41 | 0 | 0.20 | 297.14 | 0.45 | 0.63 |
| Hex | C7 | 77 | CB | 2 | 29 | 0 | 14 | 129 | 2D | 3F |
| Octal | 307 | 167 | 313 | 2 | 51 | 0 | 24 | 451 | 55 | 77 |
| Binary | 11000111 | 1110111 | 11001011 | 10 | 101001 | 0 | 10100 | 100101001 | 101101 | 111111 |
Color Harmonies of #C777CB
Complementary color
Monochromatic Colors of #C777CB
Black with #C777CB
Text Example
Text Example
White with #C777CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777CB; }
p { color: rgb(199,119,203); }
H1.HeaderClassName
{
color: #C777CB;
}
.AnyTagClassName
{
color: #C777CB;
}
</style>
background-color css
<style>
a { background-color: #C777CB; }
a { background-color: rgb(199,119,203); }
div.DivClassName
{
background-color: #C777CB;
}
.BgClassName
{
background-color: #C777CB;
}
</style>
border-color css
<style>
span { border-color: #C777CB; }
span { border-color: rgb(199,119,203); }
td.TdClassName
{
border-color: #C777CB;
}
.TagClassName
{
border-color: #C777CB;
}
</style>