Shades of Orchid #C76FCF
Tints of Orchid #C76FCF
RGB
CMYK
RGB Variations
Color information
#C76FCF (or 0xC76FCF) is known color: Orchid. HEX triplet: C7, 6F and CF. RGB value is (199,111,207). Sum of RGB (Red+Green+Blue) = 199+111+207=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C76FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FCF is #389030. Grayscale: #939393. Windows color (decimal): -3706929 or 13594567. OLE color: 13594567.
HSL color Cylindrical-coordinate representation of color #C76FCF: hue angle of 295º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76FCF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 111 | 207 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.19 |
| HSL | 295º | 0.5% | 0.62% | - |
| HSV(B) | 295º | 0.46% | 0.81% | - |
| XYZ | 40.5 | 28.02 | 62.3 | - |
| YUV | 148.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 207 | 0.04 | 0.46 | 0 | 0.19 | 295 | 0.5 | 0.62 |
| Hex | C7 | 6F | CF | 4 | 2E | 0 | 13 | 127 | 32 | 3E |
| Octal | 307 | 157 | 317 | 4 | 56 | 0 | 23 | 447 | 62 | 76 |
| Binary | 11000111 | 1101111 | 11001111 | 100 | 101110 | 0 | 10011 | 100100111 | 110010 | 111110 |
Color Harmonies of #C76FCF
Complementary color
Monochromatic Colors of #C76FCF
Black with #C76FCF
Text Example
Text Example
White with #C76FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FCF; }
p { color: rgb(199,111,207); }
H1.HeaderClassName
{
color: #C76FCF;
}
.AnyTagClassName
{
color: #C76FCF;
}
</style>
background-color css
<style>
a { background-color: #C76FCF; }
a { background-color: rgb(199,111,207); }
div.DivClassName
{
background-color: #C76FCF;
}
.BgClassName
{
background-color: #C76FCF;
}
</style>
border-color css
<style>
span { border-color: #C76FCF; }
span { border-color: rgb(199,111,207); }
td.TdClassName
{
border-color: #C76FCF;
}
.TagClassName
{
border-color: #C76FCF;
}
</style>