Shades of Orchid #C76BD5
Tints of Orchid #C76BD5
RGB
CMYK
RGB Variations
Color information
#C76BD5 (or 0xC76BD5) is known color: Orchid. HEX triplet: C7, 6B and D5. RGB value is (199,107,213). Sum of RGB (Red+Green+Blue) = 199+107+213=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #C76BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BD5 is #38942A. Grayscale: #929292. Windows color (decimal): -3707947 or 13986759. OLE color: 13986759.
HSL color Cylindrical-coordinate representation of color #C76BD5: hue angle of 292.08º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76BD5 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 107 | 213 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.16 |
| HSL | 292.08º | 0.56% | 0.63% | - |
| HSV(B) | 292.08º | 0.5% | 0.84% | - |
| XYZ | 40.82 | 27.46 | 66.1 | - |
| YUV | 146.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 213 | 0.07 | 0.50 | 0 | 0.16 | 292.08 | 0.56 | 0.63 |
| Hex | C7 | 6B | D5 | 7 | 32 | 0 | 10 | 124 | 38 | 3F |
| Octal | 307 | 153 | 325 | 7 | 62 | 0 | 20 | 444 | 70 | 77 |
| Binary | 11000111 | 1101011 | 11010101 | 111 | 110010 | 0 | 10000 | 100100100 | 111000 | 111111 |
Color Harmonies of #C76BD5
Complementary color
Monochromatic Colors of #C76BD5
Black with #C76BD5
Text Example
Text Example
White with #C76BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BD5; }
p { color: rgb(199,107,213); }
H1.HeaderClassName
{
color: #C76BD5;
}
.AnyTagClassName
{
color: #C76BD5;
}
</style>
background-color css
<style>
a { background-color: #C76BD5; }
a { background-color: rgb(199,107,213); }
div.DivClassName
{
background-color: #C76BD5;
}
.BgClassName
{
background-color: #C76BD5;
}
</style>
border-color css
<style>
span { border-color: #C76BD5; }
span { border-color: rgb(199,107,213); }
td.TdClassName
{
border-color: #C76BD5;
}
.TagClassName
{
border-color: #C76BD5;
}
</style>