Shades of Orchid #C76FCE
Tints of Orchid #C76FCE
RGB
CMYK
RGB Variations
Color information
#C76FCE (or 0xC76FCE) is known color: Orchid. HEX triplet: C7, 6F and CE. RGB value is (199,111,206). Sum of RGB (Red+Green+Blue) = 199+111+206=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C76FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FCE is #389031. Grayscale: #939393. Windows color (decimal): -3706930 or 13529031. OLE color: 13529031.
HSL color Cylindrical-coordinate representation of color #C76FCE: hue angle of 295.58º degrees, saturation: 0.49, 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 #C76FCE is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 111 | 206 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.19 |
| HSL | 295.58º | 0.49% | 0.62% | - |
| HSV(B) | 295.58º | 0.46% | 0.81% | - |
| XYZ | 40.38 | 27.97 | 61.66 | - |
| YUV | 148.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 206 | 0.03 | 0.46 | 0 | 0.19 | 295.58 | 0.49 | 0.62 |
| Hex | C7 | 6F | CE | 3 | 2E | 0 | 13 | 128 | 31 | 3E |
| Octal | 307 | 157 | 316 | 3 | 56 | 0 | 23 | 450 | 61 | 76 |
| Binary | 11000111 | 1101111 | 11001110 | 11 | 101110 | 0 | 10011 | 100101000 | 110001 | 111110 |
Color Harmonies of #C76FCE
Complementary color
Monochromatic Colors of #C76FCE
Black with #C76FCE
Text Example
Text Example
White with #C76FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FCE; }
p { color: rgb(199,111,206); }
H1.HeaderClassName
{
color: #C76FCE;
}
.AnyTagClassName
{
color: #C76FCE;
}
</style>
background-color css
<style>
a { background-color: #C76FCE; }
a { background-color: rgb(199,111,206); }
div.DivClassName
{
background-color: #C76FCE;
}
.BgClassName
{
background-color: #C76FCE;
}
</style>
border-color css
<style>
span { border-color: #C76FCE; }
span { border-color: rgb(199,111,206); }
td.TdClassName
{
border-color: #C76FCE;
}
.TagClassName
{
border-color: #C76FCE;
}
</style>