Shades of Orchid #C778C9
Tints of Orchid #C778C9
RGB
CMYK
RGB Variations
Color information
#C778C9 (or 0xC778C9) is known color: Orchid. HEX triplet: C7, 78 and C9. RGB value is (199,120,201). Sum of RGB (Red+Green+Blue) = 199+120+201=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #C778C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C9 is #388736. Grayscale: #989898. Windows color (decimal): -3704631 or 13203655. OLE color: 13203655.
HSL color Cylindrical-coordinate representation of color #C778C9: hue angle of 298.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778C9 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 120 | 201 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.21 |
| HSL | 298.52º | 0.43% | 0.63% | - |
| HSV(B) | 298.52º | 0.4% | 0.79% | - |
| XYZ | 40.81 | 29.79 | 58.86 | - |
| YUV | 152.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 201 | 0.01 | 0.40 | 0 | 0.21 | 298.52 | 0.43 | 0.63 |
| Hex | C7 | 78 | C9 | 1 | 28 | 0 | 15 | 12B | 2B | 3F |
| Octal | 307 | 170 | 311 | 1 | 50 | 0 | 25 | 453 | 53 | 77 |
| Binary | 11000111 | 1111000 | 11001001 | 1 | 101000 | 0 | 10101 | 100101011 | 101011 | 111111 |
Color Harmonies of #C778C9
Complementary color
Monochromatic Colors of #C778C9
Black with #C778C9
Text Example
Text Example
White with #C778C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778C9; }
p { color: rgb(199,120,201); }
H1.HeaderClassName
{
color: #C778C9;
}
.AnyTagClassName
{
color: #C778C9;
}
</style>
background-color css
<style>
a { background-color: #C778C9; }
a { background-color: rgb(199,120,201); }
div.DivClassName
{
background-color: #C778C9;
}
.BgClassName
{
background-color: #C778C9;
}
</style>
border-color css
<style>
span { border-color: #C778C9; }
span { border-color: rgb(199,120,201); }
td.TdClassName
{
border-color: #C778C9;
}
.TagClassName
{
border-color: #C778C9;
}
</style>