Shades of Orchid #C76ECF
Tints of Orchid #C76ECF
RGB
CMYK
RGB Variations
Color information
#C76ECF (or 0xC76ECF) is known color: Orchid. HEX triplet: C7, 6E and CF. RGB value is (199,110,207). Sum of RGB (Red+Green+Blue) = 199+110+207=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C76ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ECF is #389130. Grayscale: #939393. Windows color (decimal): -3707185 or 13594311. OLE color: 13594311.
HSL color Cylindrical-coordinate representation of color #C76ECF: hue angle of 295.05º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76ECF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 110 | 207 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.19 |
| HSL | 295.05º | 0.5% | 0.62% | - |
| HSV(B) | 295.05º | 0.47% | 0.81% | - |
| XYZ | 40.39 | 27.8 | 62.27 | - |
| YUV | 147.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 207 | 0.04 | 0.47 | 0 | 0.19 | 295.05 | 0.5 | 0.62 |
| Hex | C7 | 6E | CF | 4 | 2F | 0 | 13 | 127 | 32 | 3E |
| Octal | 307 | 156 | 317 | 4 | 57 | 0 | 23 | 447 | 62 | 76 |
| Binary | 11000111 | 1101110 | 11001111 | 100 | 101111 | 0 | 10011 | 100100111 | 110010 | 111110 |
Color Harmonies of #C76ECF
Complementary color
Monochromatic Colors of #C76ECF
Black with #C76ECF
Text Example
Text Example
White with #C76ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76ECF; }
p { color: rgb(199,110,207); }
H1.HeaderClassName
{
color: #C76ECF;
}
.AnyTagClassName
{
color: #C76ECF;
}
</style>
background-color css
<style>
a { background-color: #C76ECF; }
a { background-color: rgb(199,110,207); }
div.DivClassName
{
background-color: #C76ECF;
}
.BgClassName
{
background-color: #C76ECF;
}
</style>
border-color css
<style>
span { border-color: #C76ECF; }
span { border-color: rgb(199,110,207); }
td.TdClassName
{
border-color: #C76ECF;
}
.TagClassName
{
border-color: #C76ECF;
}
</style>