Shades of Orchid #C77FCE
Tints of Orchid #C77FCE
RGB
CMYK
RGB Variations
Color information
#C77FCE (or 0xC77FCE) is known color: Orchid. HEX triplet: C7, 7F and CE. RGB value is (199,127,206). Sum of RGB (Red+Green+Blue) = 199+127+206=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #C77FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCE is #388031. Grayscale: #9D9D9D. Windows color (decimal): -3702834 or 13533127. OLE color: 13533127.
HSL color Cylindrical-coordinate representation of color #C77FCE: hue angle of 294.68º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77FCE is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 127 | 206 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.19 |
| HSL | 294.68º | 0.45% | 0.65% | - |
| HSV(B) | 294.68º | 0.38% | 0.81% | - |
| XYZ | 42.28 | 31.78 | 62.3 | - |
| YUV | 157.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 206 | 0.03 | 0.38 | 0 | 0.19 | 294.68 | 0.45 | 0.65 |
| Hex | C7 | 7F | CE | 3 | 26 | 0 | 13 | 127 | 2D | 41 |
| Octal | 307 | 177 | 316 | 3 | 46 | 0 | 23 | 447 | 55 | 101 |
| Binary | 11000111 | 1111111 | 11001110 | 11 | 100110 | 0 | 10011 | 100100111 | 101101 | 1000001 |
Color Harmonies of #C77FCE
Complementary color
Monochromatic Colors of #C77FCE
Black with #C77FCE
Text Example
Text Example
White with #C77FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FCE; }
p { color: rgb(199,127,206); }
H1.HeaderClassName
{
color: #C77FCE;
}
.AnyTagClassName
{
color: #C77FCE;
}
</style>
background-color css
<style>
a { background-color: #C77FCE; }
a { background-color: rgb(199,127,206); }
div.DivClassName
{
background-color: #C77FCE;
}
.BgClassName
{
background-color: #C77FCE;
}
</style>
border-color css
<style>
span { border-color: #C77FCE; }
span { border-color: rgb(199,127,206); }
td.TdClassName
{
border-color: #C77FCE;
}
.TagClassName
{
border-color: #C77FCE;
}
</style>