Shades of Orchid #C77ADB
Tints of Orchid #C77ADB
RGB
CMYK
RGB Variations
Color information
#C77ADB (or 0xC77ADB) is known color: Orchid. HEX triplet: C7, 7A and DB. RGB value is (199,122,219). Sum of RGB (Red+Green+Blue) = 199+122+219=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #C77ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ADB is #388524. Grayscale: #9B9B9B. Windows color (decimal): -3704101 or 14383815. OLE color: 14383815.
HSL color Cylindrical-coordinate representation of color #C77ADB: hue angle of 287.63º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77ADB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 122 | 219 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.14 |
| HSL | 287.63º | 0.57% | 0.67% | - |
| HSV(B) | 287.63º | 0.44% | 0.86% | - |
| XYZ | 43.3 | 31.18 | 70.75 | - |
| YUV | 156.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 219 | 0.09 | 0.44 | 0 | 0.14 | 287.63 | 0.57 | 0.67 |
| Hex | C7 | 7A | DB | 9 | 2C | 0 | E | 120 | 39 | 43 |
| Octal | 307 | 172 | 333 | 11 | 54 | 0 | 16 | 440 | 71 | 103 |
| Binary | 11000111 | 1111010 | 11011011 | 1001 | 101100 | 0 | 1110 | 100100000 | 111001 | 1000011 |
Color Harmonies of #C77ADB
Complementary color
Monochromatic Colors of #C77ADB
Black with #C77ADB
Text Example
Text Example
White with #C77ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ADB; }
p { color: rgb(199,122,219); }
H1.HeaderClassName
{
color: #C77ADB;
}
.AnyTagClassName
{
color: #C77ADB;
}
</style>
background-color css
<style>
a { background-color: #C77ADB; }
a { background-color: rgb(199,122,219); }
div.DivClassName
{
background-color: #C77ADB;
}
.BgClassName
{
background-color: #C77ADB;
}
</style>
border-color css
<style>
span { border-color: #C77ADB; }
span { border-color: rgb(199,122,219); }
td.TdClassName
{
border-color: #C77ADB;
}
.TagClassName
{
border-color: #C77ADB;
}
</style>