Shades of Orchid #C77BBC
Tints of Orchid #C77BBC
RGB
CMYK
RGB Variations
Color information
#C77BBC (or 0xC77BBC) is known color: Orchid. HEX triplet: C7, 7B and BC. RGB value is (199,123,188). Sum of RGB (Red+Green+Blue) = 199+123+188=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BBC is #388443. Grayscale: #989898. Windows color (decimal): -3703876 or 12352455. OLE color: 12352455.
HSL color Cylindrical-coordinate representation of color #C77BBC: hue angle of 308.68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77BBC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 188 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.22 |
| HSL | 308.68º | 0.4% | 0.63% | - |
| HSV(B) | 308.68º | 0.38% | 0.78% | - |
| XYZ | 39.71 | 29.94 | 51.26 | - |
| YUV | 153.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 188 | 0 | 0.38 | 0.06 | 0.22 | 308.68 | 0.4 | 0.63 |
| Hex | C7 | 7B | BC | 0 | 26 | 6 | 16 | 135 | 28 | 3F |
| Octal | 307 | 173 | 274 | 0 | 46 | 6 | 26 | 465 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10111100 | 0 | 100110 | 110 | 10110 | 100110101 | 101000 | 111111 |
Color Harmonies of #C77BBC
Complementary color
Monochromatic Colors of #C77BBC
Black with #C77BBC
Text Example
Text Example
White with #C77BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BBC; }
p { color: rgb(199,123,188); }
H1.HeaderClassName
{
color: #C77BBC;
}
.AnyTagClassName
{
color: #C77BBC;
}
</style>
background-color css
<style>
a { background-color: #C77BBC; }
a { background-color: rgb(199,123,188); }
div.DivClassName
{
background-color: #C77BBC;
}
.BgClassName
{
background-color: #C77BBC;
}
</style>
border-color css
<style>
span { border-color: #C77BBC; }
span { border-color: rgb(199,123,188); }
td.TdClassName
{
border-color: #C77BBC;
}
.TagClassName
{
border-color: #C77BBC;
}
</style>