Shades of Orchid #C77BC2
Tints of Orchid #C77BC2
RGB
CMYK
RGB Variations
Color information
#C77BC2 (or 0xC77BC2) is known color: Orchid. HEX triplet: C7, 7B and C2. RGB value is (199,123,194). Sum of RGB (Red+Green+Blue) = 199+123+194=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BC2 is #38843D. Grayscale: #999999. Windows color (decimal): -3703870 or 12745671. OLE color: 12745671.
HSL color Cylindrical-coordinate representation of color #C77BC2: hue angle of 303.95º 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 #C77BC2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 194 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.22 |
| HSL | 303.95º | 0.4% | 0.63% | - |
| HSV(B) | 303.95º | 0.38% | 0.78% | - |
| XYZ | 40.37 | 30.2 | 54.74 | - |
| YUV | 153.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 194 | 0 | 0.38 | 0.03 | 0.22 | 303.95 | 0.4 | 0.63 |
| Hex | C7 | 7B | C2 | 0 | 26 | 3 | 16 | 130 | 28 | 3F |
| Octal | 307 | 173 | 302 | 0 | 46 | 3 | 26 | 460 | 50 | 77 |
| Binary | 11000111 | 1111011 | 11000010 | 0 | 100110 | 11 | 10110 | 100110000 | 101000 | 111111 |
Color Harmonies of #C77BC2
Complementary color
Monochromatic Colors of #C77BC2
Black with #C77BC2
Text Example
Text Example
White with #C77BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BC2; }
p { color: rgb(199,123,194); }
H1.HeaderClassName
{
color: #C77BC2;
}
.AnyTagClassName
{
color: #C77BC2;
}
</style>
background-color css
<style>
a { background-color: #C77BC2; }
a { background-color: rgb(199,123,194); }
div.DivClassName
{
background-color: #C77BC2;
}
.BgClassName
{
background-color: #C77BC2;
}
</style>
border-color css
<style>
span { border-color: #C77BC2; }
span { border-color: rgb(199,123,194); }
td.TdClassName
{
border-color: #C77BC2;
}
.TagClassName
{
border-color: #C77BC2;
}
</style>