Shades of Orchid #C76FE0
Tints of Orchid #C76FE0
RGB
CMYK
RGB Variations
Color information
#C76FE0 (or 0xC76FE0) is known color: Orchid. HEX triplet: C7, 6F and E0. RGB value is (199,111,224). Sum of RGB (Red+Green+Blue) = 199+111+224=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 224 - color contains mainly: blue. Hex color #C76FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FE0 is #38901F. Grayscale: #959595. Windows color (decimal): -3706912 or 14708679. OLE color: 14708679.
HSL color Cylindrical-coordinate representation of color #C76FE0: hue angle of 286.73º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76FE0 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 111 | 224 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.12 |
| HSL | 286.73º | 0.65% | 0.66% | - |
| HSV(B) | 286.73º | 0.5% | 0.88% | - |
| XYZ | 42.69 | 28.89 | 73.85 | - |
| YUV | 150.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 224 | 0.11 | 0.50 | 0 | 0.12 | 286.73 | 0.65 | 0.66 |
| Hex | C7 | 6F | E0 | B | 32 | 0 | C | 11F | 41 | 42 |
| Octal | 307 | 157 | 340 | 13 | 62 | 0 | 14 | 437 | 101 | 102 |
| Binary | 11000111 | 1101111 | 11100000 | 1011 | 110010 | 0 | 1100 | 100011111 | 1000001 | 1000010 |
Color Harmonies of #C76FE0
Complementary color
Monochromatic Colors of #C76FE0
Black with #C76FE0
Text Example
Text Example
White with #C76FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FE0; }
p { color: rgb(199,111,224); }
H1.HeaderClassName
{
color: #C76FE0;
}
.AnyTagClassName
{
color: #C76FE0;
}
</style>
background-color css
<style>
a { background-color: #C76FE0; }
a { background-color: rgb(199,111,224); }
div.DivClassName
{
background-color: #C76FE0;
}
.BgClassName
{
background-color: #C76FE0;
}
</style>
border-color css
<style>
span { border-color: #C76FE0; }
span { border-color: rgb(199,111,224); }
td.TdClassName
{
border-color: #C76FE0;
}
.TagClassName
{
border-color: #C76FE0;
}
</style>