Shades of Orchid #C77FCF
Tints of Orchid #C77FCF
RGB
CMYK
RGB Variations
Color information
#C77FCF (or 0xC77FCF) is known color: Orchid. HEX triplet: C7, 7F and CF. RGB value is (199,127,207). Sum of RGB (Red+Green+Blue) = 199+127+207=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #C77FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCF is #388030. Grayscale: #9D9D9D. Windows color (decimal): -3702833 or 13598663. OLE color: 13598663.
HSL color Cylindrical-coordinate representation of color #C77FCF: hue angle of 294º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77FCF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 127 | 207 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.19 |
| HSL | 294º | 0.45% | 0.65% | - |
| HSV(B) | 294º | 0.39% | 0.81% | - |
| XYZ | 42.41 | 31.83 | 62.94 | - |
| YUV | 157.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 207 | 0.04 | 0.39 | 0 | 0.19 | 294 | 0.45 | 0.65 |
| Hex | C7 | 7F | CF | 4 | 27 | 0 | 13 | 126 | 2D | 41 |
| Octal | 307 | 177 | 317 | 4 | 47 | 0 | 23 | 446 | 55 | 101 |
| Binary | 11000111 | 1111111 | 11001111 | 100 | 100111 | 0 | 10011 | 100100110 | 101101 | 1000001 |
Color Harmonies of #C77FCF
Complementary color
Monochromatic Colors of #C77FCF
Black with #C77FCF
Text Example
Text Example
White with #C77FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FCF; }
p { color: rgb(199,127,207); }
H1.HeaderClassName
{
color: #C77FCF;
}
.AnyTagClassName
{
color: #C77FCF;
}
</style>
background-color css
<style>
a { background-color: #C77FCF; }
a { background-color: rgb(199,127,207); }
div.DivClassName
{
background-color: #C77FCF;
}
.BgClassName
{
background-color: #C77FCF;
}
</style>
border-color css
<style>
span { border-color: #C77FCF; }
span { border-color: rgb(199,127,207); }
td.TdClassName
{
border-color: #C77FCF;
}
.TagClassName
{
border-color: #C77FCF;
}
</style>