Shades of Orchid #C77ACB
Tints of Orchid #C77ACB
RGB
CMYK
RGB Variations
Color information
#C77ACB (or 0xC77ACB) is known color: Orchid. HEX triplet: C7, 7A and CB. RGB value is (199,122,203). Sum of RGB (Red+Green+Blue) = 199+122+203=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #C77ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ACB is #388534. Grayscale: #9A9A9A. Windows color (decimal): -3704117 or 13335239. OLE color: 13335239.
HSL color Cylindrical-coordinate representation of color #C77ACB: hue angle of 297.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77ACB is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 122 | 203 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.20 |
| HSL | 297.04º | 0.44% | 0.64% | - |
| HSV(B) | 297.04º | 0.4% | 0.8% | - |
| XYZ | 41.29 | 30.37 | 60.19 | - |
| YUV | 154.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 203 | 0.02 | 0.40 | 0 | 0.20 | 297.04 | 0.44 | 0.64 |
| Hex | C7 | 7A | CB | 2 | 28 | 0 | 14 | 129 | 2C | 40 |
| Octal | 307 | 172 | 313 | 2 | 50 | 0 | 24 | 451 | 54 | 100 |
| Binary | 11000111 | 1111010 | 11001011 | 10 | 101000 | 0 | 10100 | 100101001 | 101100 | 1000000 |
Color Harmonies of #C77ACB
Complementary color
Monochromatic Colors of #C77ACB
Black with #C77ACB
Text Example
Text Example
White with #C77ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ACB; }
p { color: rgb(199,122,203); }
H1.HeaderClassName
{
color: #C77ACB;
}
.AnyTagClassName
{
color: #C77ACB;
}
</style>
background-color css
<style>
a { background-color: #C77ACB; }
a { background-color: rgb(199,122,203); }
div.DivClassName
{
background-color: #C77ACB;
}
.BgClassName
{
background-color: #C77ACB;
}
</style>
border-color css
<style>
span { border-color: #C77ACB; }
span { border-color: rgb(199,122,203); }
td.TdClassName
{
border-color: #C77ACB;
}
.TagClassName
{
border-color: #C77ACB;
}
</style>