Shades of Orchid #C76CCF
Tints of Orchid #C76CCF
RGB
CMYK
RGB Variations
Color information
#C76CCF (or 0xC76CCF) is known color: Orchid. HEX triplet: C7, 6C and CF. RGB value is (199,108,207). Sum of RGB (Red+Green+Blue) = 199+108+207=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C76CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCF is #389330. Grayscale: #929292. Windows color (decimal): -3707697 or 13593799. OLE color: 13593799.
HSL color Cylindrical-coordinate representation of color #C76CCF: hue angle of 295.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76CCF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 108 | 207 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.19 |
| HSL | 295.15º | 0.51% | 0.62% | - |
| HSV(B) | 295.15º | 0.48% | 0.81% | - |
| XYZ | 40.18 | 27.37 | 62.2 | - |
| YUV | 146.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 207 | 0.04 | 0.48 | 0 | 0.19 | 295.15 | 0.51 | 0.62 |
| Hex | C7 | 6C | CF | 4 | 30 | 0 | 13 | 127 | 33 | 3E |
| Octal | 307 | 154 | 317 | 4 | 60 | 0 | 23 | 447 | 63 | 76 |
| Binary | 11000111 | 1101100 | 11001111 | 100 | 110000 | 0 | 10011 | 100100111 | 110011 | 111110 |
Color Harmonies of #C76CCF
Complementary color
Monochromatic Colors of #C76CCF
Black with #C76CCF
Text Example
Text Example
White with #C76CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CCF; }
p { color: rgb(199,108,207); }
H1.HeaderClassName
{
color: #C76CCF;
}
.AnyTagClassName
{
color: #C76CCF;
}
</style>
background-color css
<style>
a { background-color: #C76CCF; }
a { background-color: rgb(199,108,207); }
div.DivClassName
{
background-color: #C76CCF;
}
.BgClassName
{
background-color: #C76CCF;
}
</style>
border-color css
<style>
span { border-color: #C76CCF; }
span { border-color: rgb(199,108,207); }
td.TdClassName
{
border-color: #C76CCF;
}
.TagClassName
{
border-color: #C76CCF;
}
</style>