Shades of Orchid #C76CC7
Tints of Orchid #C76CC7
RGB
CMYK
RGB Variations
Color information
#C76CC7 (or 0xC76CC7) is known color: Orchid. HEX triplet: C7, 6C and C7. RGB value is (199,108,199). Sum of RGB (Red+Green+Blue) = 199+108+199=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C76CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CC7 is #389338. Grayscale: #919191. Windows color (decimal): -3707705 or 13069511. OLE color: 13069511.
HSL color Cylindrical-coordinate representation of color #C76CC7: hue angle of 300º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76CC7 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 199 | - |
| CMYK | 0 | 0.46 | 0 | 0.22 |
| HSL | 300º | 0.45% | 0.6% | - |
| HSV(B) | 300º | 0.46% | 0.78% | - |
| XYZ | 39.22 | 26.99 | 57.18 | - |
| YUV | 145.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 199 | 0 | 0.46 | 0 | 0.22 | 300 | 0.45 | 0.6 |
| Hex | C7 | 6C | C7 | 0 | 2E | 0 | 16 | 12C | 2D | 3C |
| Octal | 307 | 154 | 307 | 0 | 56 | 0 | 26 | 454 | 55 | 74 |
| Binary | 11000111 | 1101100 | 11000111 | 0 | 101110 | 0 | 10110 | 100101100 | 101101 | 111100 |
Color Harmonies of #C76CC7
Complementary color
Monochromatic Colors of #C76CC7
Black with #C76CC7
Text Example
Text Example
White with #C76CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CC7; }
p { color: rgb(199,108,199); }
H1.HeaderClassName
{
color: #C76CC7;
}
.AnyTagClassName
{
color: #C76CC7;
}
</style>
background-color css
<style>
a { background-color: #C76CC7; }
a { background-color: rgb(199,108,199); }
div.DivClassName
{
background-color: #C76CC7;
}
.BgClassName
{
background-color: #C76CC7;
}
</style>
border-color css
<style>
span { border-color: #C76CC7; }
span { border-color: rgb(199,108,199); }
td.TdClassName
{
border-color: #C76CC7;
}
.TagClassName
{
border-color: #C76CC7;
}
</style>