Shades of Orchid #C77AB9
Tints of Orchid #C77AB9
RGB
CMYK
RGB Variations
Color information
#C77AB9 (or 0xC77AB9) is known color: Orchid. HEX triplet: C7, 7A and B9. RGB value is (199,122,185). Sum of RGB (Red+Green+Blue) = 199+122+185=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AB9 is #388546. Grayscale: #989898. Windows color (decimal): -3704135 or 12155591. OLE color: 12155591.
HSL color Cylindrical-coordinate representation of color #C77AB9: hue angle of 310.91º 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 #C77AB9 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 185 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.22 |
| HSL | 310.91º | 0.41% | 0.63% | - |
| HSV(B) | 310.91º | 0.39% | 0.78% | - |
| XYZ | 39.27 | 29.56 | 49.54 | - |
| YUV | 152.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 185 | 0 | 0.39 | 0.07 | 0.22 | 310.91 | 0.41 | 0.63 |
| Hex | C7 | 7A | B9 | 0 | 27 | 7 | 16 | 137 | 29 | 3F |
| Octal | 307 | 172 | 271 | 0 | 47 | 7 | 26 | 467 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10111001 | 0 | 100111 | 111 | 10110 | 100110111 | 101001 | 111111 |
Color Harmonies of #C77AB9
Complementary color
Monochromatic Colors of #C77AB9
Black with #C77AB9
Text Example
Text Example
White with #C77AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AB9; }
p { color: rgb(199,122,185); }
H1.HeaderClassName
{
color: #C77AB9;
}
.AnyTagClassName
{
color: #C77AB9;
}
</style>
background-color css
<style>
a { background-color: #C77AB9; }
a { background-color: rgb(199,122,185); }
div.DivClassName
{
background-color: #C77AB9;
}
.BgClassName
{
background-color: #C77AB9;
}
</style>
border-color css
<style>
span { border-color: #C77AB9; }
span { border-color: rgb(199,122,185); }
td.TdClassName
{
border-color: #C77AB9;
}
.TagClassName
{
border-color: #C77AB9;
}
</style>