Shades of Orchid #C778D8
Tints of Orchid #C778D8
RGB
CMYK
RGB Variations
Color information
#C778D8 (or 0xC778D8) is known color: Orchid. HEX triplet: C7, 78 and D8. RGB value is (199,120,216). Sum of RGB (Red+Green+Blue) = 199+120+216=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #C778D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778D8 is #388727. Grayscale: #9A9A9A. Windows color (decimal): -3704616 or 14186695. OLE color: 14186695.
HSL color Cylindrical-coordinate representation of color #C778D8: hue angle of 289.38º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C778D8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 120 | 216 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.15 |
| HSL | 289.38º | 0.55% | 0.66% | - |
| HSV(B) | 289.38º | 0.44% | 0.85% | - |
| XYZ | 42.66 | 30.53 | 68.61 | - |
| YUV | 154.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 216 | 0.08 | 0.44 | 0 | 0.15 | 289.38 | 0.55 | 0.66 |
| Hex | C7 | 78 | D8 | 8 | 2C | 0 | F | 121 | 37 | 42 |
| Octal | 307 | 170 | 330 | 10 | 54 | 0 | 17 | 441 | 67 | 102 |
| Binary | 11000111 | 1111000 | 11011000 | 1000 | 101100 | 0 | 1111 | 100100001 | 110111 | 1000010 |
Color Harmonies of #C778D8
Complementary color
Monochromatic Colors of #C778D8
Black with #C778D8
Text Example
Text Example
White with #C778D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778D8; }
p { color: rgb(199,120,216); }
H1.HeaderClassName
{
color: #C778D8;
}
.AnyTagClassName
{
color: #C778D8;
}
</style>
background-color css
<style>
a { background-color: #C778D8; }
a { background-color: rgb(199,120,216); }
div.DivClassName
{
background-color: #C778D8;
}
.BgClassName
{
background-color: #C778D8;
}
</style>
border-color css
<style>
span { border-color: #C778D8; }
span { border-color: rgb(199,120,216); }
td.TdClassName
{
border-color: #C778D8;
}
.TagClassName
{
border-color: #C778D8;
}
</style>