Shades of Orchid #C777DC
Tints of Orchid #C777DC
RGB
CMYK
RGB Variations
Color information
#C777DC (or 0xC777DC) is known color: Orchid. HEX triplet: C7, 77 and DC. RGB value is (199,119,220). Sum of RGB (Red+Green+Blue) = 199+119+220=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C777DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777DC is #388823. Grayscale: #9A9A9A. Windows color (decimal): -3704868 or 14448583. OLE color: 14448583.
HSL color Cylindrical-coordinate representation of color #C777DC: hue angle of 287.52º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C777DC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 119 | 220 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.14 |
| HSL | 287.52º | 0.59% | 0.66% | - |
| HSV(B) | 287.52º | 0.46% | 0.86% | - |
| XYZ | 43.07 | 30.5 | 71.33 | - |
| YUV | 154.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 220 | 0.10 | 0.46 | 0 | 0.14 | 287.52 | 0.59 | 0.66 |
| Hex | C7 | 77 | DC | A | 2E | 0 | E | 120 | 3B | 42 |
| Octal | 307 | 167 | 334 | 12 | 56 | 0 | 16 | 440 | 73 | 102 |
| Binary | 11000111 | 1110111 | 11011100 | 1010 | 101110 | 0 | 1110 | 100100000 | 111011 | 1000010 |
Color Harmonies of #C777DC
Complementary color
Monochromatic Colors of #C777DC
Black with #C777DC
Text Example
Text Example
White with #C777DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777DC; }
p { color: rgb(199,119,220); }
H1.HeaderClassName
{
color: #C777DC;
}
.AnyTagClassName
{
color: #C777DC;
}
</style>
background-color css
<style>
a { background-color: #C777DC; }
a { background-color: rgb(199,119,220); }
div.DivClassName
{
background-color: #C777DC;
}
.BgClassName
{
background-color: #C777DC;
}
</style>
border-color css
<style>
span { border-color: #C777DC; }
span { border-color: rgb(199,119,220); }
td.TdClassName
{
border-color: #C777DC;
}
.TagClassName
{
border-color: #C777DC;
}
</style>