Shades of Orchid #C778DC
Tints of Orchid #C778DC
RGB
CMYK
RGB Variations
Color information
#C778DC (or 0xC778DC) is known color: Orchid. HEX triplet: C7, 78 and DC. RGB value is (199,120,220). Sum of RGB (Red+Green+Blue) = 199+120+220=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C778DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778DC is #388723. Grayscale: #9A9A9A. Windows color (decimal): -3704612 or 14448839. OLE color: 14448839.
HSL color Cylindrical-coordinate representation of color #C778DC: hue angle of 287.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C778DC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 120 | 220 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.14 |
| HSL | 287.4º | 0.59% | 0.67% | - |
| HSV(B) | 287.4º | 0.45% | 0.86% | - |
| XYZ | 43.19 | 30.74 | 71.37 | - |
| YUV | 155.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 220 | 0.10 | 0.45 | 0 | 0.14 | 287.4 | 0.59 | 0.67 |
| Hex | C7 | 78 | DC | A | 2D | 0 | E | 11F | 3B | 43 |
| Octal | 307 | 170 | 334 | 12 | 55 | 0 | 16 | 437 | 73 | 103 |
| Binary | 11000111 | 1111000 | 11011100 | 1010 | 101101 | 0 | 1110 | 100011111 | 111011 | 1000011 |
Color Harmonies of #C778DC
Complementary color
Monochromatic Colors of #C778DC
Black with #C778DC
Text Example
Text Example
White with #C778DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778DC; }
p { color: rgb(199,120,220); }
H1.HeaderClassName
{
color: #C778DC;
}
.AnyTagClassName
{
color: #C778DC;
}
</style>
background-color css
<style>
a { background-color: #C778DC; }
a { background-color: rgb(199,120,220); }
div.DivClassName
{
background-color: #C778DC;
}
.BgClassName
{
background-color: #C778DC;
}
</style>
border-color css
<style>
span { border-color: #C778DC; }
span { border-color: rgb(199,120,220); }
td.TdClassName
{
border-color: #C778DC;
}
.TagClassName
{
border-color: #C778DC;
}
</style>