Shades of Orchid #C777DA
Tints of Orchid #C777DA
RGB
CMYK
RGB Variations
Color information
#C777DA (or 0xC777DA) is known color: Orchid. HEX triplet: C7, 77 and DA. RGB value is (199,119,218). Sum of RGB (Red+Green+Blue) = 199+119+218=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #C777DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777DA is #388825. Grayscale: #999999. Windows color (decimal): -3704870 or 14317511. OLE color: 14317511.
HSL color Cylindrical-coordinate representation of color #C777DA: hue angle of 288.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C777DA is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 119 | 218 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.15 |
| HSL | 288.48º | 0.57% | 0.66% | - |
| HSV(B) | 288.48º | 0.45% | 0.85% | - |
| XYZ | 42.8 | 30.4 | 69.94 | - |
| YUV | 154.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 218 | 0.09 | 0.45 | 0 | 0.15 | 288.48 | 0.57 | 0.66 |
| Hex | C7 | 77 | DA | 9 | 2D | 0 | F | 120 | 39 | 42 |
| Octal | 307 | 167 | 332 | 11 | 55 | 0 | 17 | 440 | 71 | 102 |
| Binary | 11000111 | 1110111 | 11011010 | 1001 | 101101 | 0 | 1111 | 100100000 | 111001 | 1000010 |
Color Harmonies of #C777DA
Complementary color
Monochromatic Colors of #C777DA
Black with #C777DA
Text Example
Text Example
White with #C777DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C777DA; }
p { color: rgb(199,119,218); }
H1.HeaderClassName
{
color: #C777DA;
}
.AnyTagClassName
{
color: #C777DA;
}
</style>
background-color css
<style>
a { background-color: #C777DA; }
a { background-color: rgb(199,119,218); }
div.DivClassName
{
background-color: #C777DA;
}
.BgClassName
{
background-color: #C777DA;
}
</style>
border-color css
<style>
span { border-color: #C777DA; }
span { border-color: rgb(199,119,218); }
td.TdClassName
{
border-color: #C777DA;
}
.TagClassName
{
border-color: #C777DA;
}
</style>