Shades of Orchid #C77FCA
Tints of Orchid #C77FCA
RGB
CMYK
RGB Variations
Color information
#C77FCA (or 0xC77FCA) is known color: Orchid. HEX triplet: C7, 7F and CA. RGB value is (199,127,202). Sum of RGB (Red+Green+Blue) = 199+127+202=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #C77FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCA is #388035. Grayscale: #9C9C9C. Windows color (decimal): -3702838 or 13270983. OLE color: 13270983.
HSL color Cylindrical-coordinate representation of color #C77FCA: hue angle of 297.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77FCA is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 127 | 202 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.21 |
| HSL | 297.6º | 0.41% | 0.65% | - |
| HSV(B) | 297.6º | 0.37% | 0.79% | - |
| XYZ | 41.8 | 31.59 | 59.77 | - |
| YUV | 157.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 202 | 0.01 | 0.37 | 0 | 0.21 | 297.6 | 0.41 | 0.65 |
| Hex | C7 | 7F | CA | 1 | 25 | 0 | 15 | 12A | 29 | 41 |
| Octal | 307 | 177 | 312 | 1 | 45 | 0 | 25 | 452 | 51 | 101 |
| Binary | 11000111 | 1111111 | 11001010 | 1 | 100101 | 0 | 10101 | 100101010 | 101001 | 1000001 |
Color Harmonies of #C77FCA
Complementary color
Monochromatic Colors of #C77FCA
Black with #C77FCA
Text Example
Text Example
White with #C77FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FCA; }
p { color: rgb(199,127,202); }
H1.HeaderClassName
{
color: #C77FCA;
}
.AnyTagClassName
{
color: #C77FCA;
}
</style>
background-color css
<style>
a { background-color: #C77FCA; }
a { background-color: rgb(199,127,202); }
div.DivClassName
{
background-color: #C77FCA;
}
.BgClassName
{
background-color: #C77FCA;
}
</style>
border-color css
<style>
span { border-color: #C77FCA; }
span { border-color: rgb(199,127,202); }
td.TdClassName
{
border-color: #C77FCA;
}
.TagClassName
{
border-color: #C77FCA;
}
</style>