Shades of Orchid #C77FCD
Tints of Orchid #C77FCD
RGB
CMYK
RGB Variations
Color information
#C77FCD (or 0xC77FCD) is known color: Orchid. HEX triplet: C7, 7F and CD. RGB value is (199,127,205). Sum of RGB (Red+Green+Blue) = 199+127+205=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #C77FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCD is #388032. Grayscale: #9D9D9D. Windows color (decimal): -3702835 or 13467591. OLE color: 13467591.
HSL color Cylindrical-coordinate representation of color #C77FCD: hue angle of 295.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77FCD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 127 | 205 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.20 |
| HSL | 295.38º | 0.44% | 0.65% | - |
| HSV(B) | 295.38º | 0.38% | 0.8% | - |
| XYZ | 42.16 | 31.73 | 61.66 | - |
| YUV | 157.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 205 | 0.03 | 0.38 | 0 | 0.20 | 295.38 | 0.44 | 0.65 |
| Hex | C7 | 7F | CD | 3 | 26 | 0 | 14 | 127 | 2C | 41 |
| Octal | 307 | 177 | 315 | 3 | 46 | 0 | 24 | 447 | 54 | 101 |
| Binary | 11000111 | 1111111 | 11001101 | 11 | 100110 | 0 | 10100 | 100100111 | 101100 | 1000001 |
Color Harmonies of #C77FCD
Complementary color
Monochromatic Colors of #C77FCD
Black with #C77FCD
Text Example
Text Example
White with #C77FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FCD; }
p { color: rgb(199,127,205); }
H1.HeaderClassName
{
color: #C77FCD;
}
.AnyTagClassName
{
color: #C77FCD;
}
</style>
background-color css
<style>
a { background-color: #C77FCD; }
a { background-color: rgb(199,127,205); }
div.DivClassName
{
background-color: #C77FCD;
}
.BgClassName
{
background-color: #C77FCD;
}
</style>
border-color css
<style>
span { border-color: #C77FCD; }
span { border-color: rgb(199,127,205); }
td.TdClassName
{
border-color: #C77FCD;
}
.TagClassName
{
border-color: #C77FCD;
}
</style>