Shades of Orchid #C77ABA
Tints of Orchid #C77ABA
RGB
CMYK
RGB Variations
Color information
#C77ABA (or 0xC77ABA) is known color: Orchid. HEX triplet: C7, 7A and BA. RGB value is (199,122,186). Sum of RGB (Red+Green+Blue) = 199+122+186=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C77ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ABA is #388545. Grayscale: #989898. Windows color (decimal): -3704134 or 12221127. OLE color: 12221127.
HSL color Cylindrical-coordinate representation of color #C77ABA: hue angle of 310.13º 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 #C77ABA is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 186 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.22 |
| HSL | 310.13º | 0.41% | 0.63% | - |
| HSV(B) | 310.13º | 0.39% | 0.78% | - |
| XYZ | 39.38 | 29.61 | 50.09 | - |
| YUV | 152.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 186 | 0 | 0.39 | 0.07 | 0.22 | 310.13 | 0.41 | 0.63 |
| Hex | C7 | 7A | BA | 0 | 27 | 7 | 16 | 136 | 29 | 3F |
| Octal | 307 | 172 | 272 | 0 | 47 | 7 | 26 | 466 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10111010 | 0 | 100111 | 111 | 10110 | 100110110 | 101001 | 111111 |
Color Harmonies of #C77ABA
Complementary color
Monochromatic Colors of #C77ABA
Black with #C77ABA
Text Example
Text Example
White with #C77ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ABA; }
p { color: rgb(199,122,186); }
H1.HeaderClassName
{
color: #C77ABA;
}
.AnyTagClassName
{
color: #C77ABA;
}
</style>
background-color css
<style>
a { background-color: #C77ABA; }
a { background-color: rgb(199,122,186); }
div.DivClassName
{
background-color: #C77ABA;
}
.BgClassName
{
background-color: #C77ABA;
}
</style>
border-color css
<style>
span { border-color: #C77ABA; }
span { border-color: rgb(199,122,186); }
td.TdClassName
{
border-color: #C77ABA;
}
.TagClassName
{
border-color: #C77ABA;
}
</style>