Shades of Orchid #C77ABB
Tints of Orchid #C77ABB
RGB
CMYK
RGB Variations
Color information
#C77ABB (or 0xC77ABB) is known color: Orchid. HEX triplet: C7, 7A and BB. RGB value is (199,122,187). Sum of RGB (Red+Green+Blue) = 199+122+187=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C77ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ABB is #388544. Grayscale: #989898. Windows color (decimal): -3704133 or 12286663. OLE color: 12286663.
HSL color Cylindrical-coordinate representation of color #C77ABB: hue angle of 309.35º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77ABB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 187 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.22 |
| HSL | 309.35º | 0.41% | 0.63% | - |
| HSV(B) | 309.35º | 0.39% | 0.78% | - |
| XYZ | 39.48 | 29.65 | 50.66 | - |
| YUV | 152.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 187 | 0 | 0.39 | 0.06 | 0.22 | 309.35 | 0.41 | 0.63 |
| Hex | C7 | 7A | BB | 0 | 27 | 6 | 16 | 135 | 29 | 3F |
| Octal | 307 | 172 | 273 | 0 | 47 | 6 | 26 | 465 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10111011 | 0 | 100111 | 110 | 10110 | 100110101 | 101001 | 111111 |
Color Harmonies of #C77ABB
Complementary color
Monochromatic Colors of #C77ABB
Black with #C77ABB
Text Example
Text Example
White with #C77ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ABB; }
p { color: rgb(199,122,187); }
H1.HeaderClassName
{
color: #C77ABB;
}
.AnyTagClassName
{
color: #C77ABB;
}
</style>
background-color css
<style>
a { background-color: #C77ABB; }
a { background-color: rgb(199,122,187); }
div.DivClassName
{
background-color: #C77ABB;
}
.BgClassName
{
background-color: #C77ABB;
}
</style>
border-color css
<style>
span { border-color: #C77ABB; }
span { border-color: rgb(199,122,187); }
td.TdClassName
{
border-color: #C77ABB;
}
.TagClassName
{
border-color: #C77ABB;
}
</style>