Shades of Orchid #C77ECA
Tints of Orchid #C77ECA
RGB
CMYK
RGB Variations
Color information
#C77ECA (or 0xC77ECA) is known color: Orchid. HEX triplet: C7, 7E and CA. RGB value is (199,126,202). Sum of RGB (Red+Green+Blue) = 199+126+202=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C77ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECA is #388135. Grayscale: #9C9C9C. Windows color (decimal): -3703094 or 13270727. OLE color: 13270727.
HSL color Cylindrical-coordinate representation of color #C77ECA: hue angle of 297.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77ECA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 126 | 202 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.21 |
| HSL | 297.63º | 0.42% | 0.64% | - |
| HSV(B) | 297.63º | 0.38% | 0.79% | - |
| XYZ | 41.67 | 31.33 | 59.73 | - |
| YUV | 156.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 202 | 0.01 | 0.38 | 0 | 0.21 | 297.63 | 0.42 | 0.64 |
| Hex | C7 | 7E | CA | 1 | 26 | 0 | 15 | 12A | 2A | 40 |
| Octal | 307 | 176 | 312 | 1 | 46 | 0 | 25 | 452 | 52 | 100 |
| Binary | 11000111 | 1111110 | 11001010 | 1 | 100110 | 0 | 10101 | 100101010 | 101010 | 1000000 |
Color Harmonies of #C77ECA
Complementary color
Monochromatic Colors of #C77ECA
Black with #C77ECA
Text Example
Text Example
White with #C77ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ECA; }
p { color: rgb(199,126,202); }
H1.HeaderClassName
{
color: #C77ECA;
}
.AnyTagClassName
{
color: #C77ECA;
}
</style>
background-color css
<style>
a { background-color: #C77ECA; }
a { background-color: rgb(199,126,202); }
div.DivClassName
{
background-color: #C77ECA;
}
.BgClassName
{
background-color: #C77ECA;
}
</style>
border-color css
<style>
span { border-color: #C77ECA; }
span { border-color: rgb(199,126,202); }
td.TdClassName
{
border-color: #C77ECA;
}
.TagClassName
{
border-color: #C77ECA;
}
</style>