Shades of Orchid #C76DCB
Tints of Orchid #C76DCB
RGB
CMYK
RGB Variations
Color information
#C76DCB (or 0xC76DCB) is known color: Orchid. HEX triplet: C7, 6D and CB. RGB value is (199,109,203). Sum of RGB (Red+Green+Blue) = 199+109+203=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #C76DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DCB is #389234. Grayscale: #929292. Windows color (decimal): -3707445 or 13331911. OLE color: 13331911.
HSL color Cylindrical-coordinate representation of color #C76DCB: hue angle of 297.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76DCB is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 109 | 203 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.20 |
| HSL | 297.45º | 0.47% | 0.61% | - |
| HSV(B) | 297.45º | 0.46% | 0.8% | - |
| XYZ | 39.8 | 27.39 | 59.69 | - |
| YUV | 146.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 203 | 0.02 | 0.46 | 0 | 0.20 | 297.45 | 0.47 | 0.61 |
| Hex | C7 | 6D | CB | 2 | 2E | 0 | 14 | 129 | 2F | 3D |
| Octal | 307 | 155 | 313 | 2 | 56 | 0 | 24 | 451 | 57 | 75 |
| Binary | 11000111 | 1101101 | 11001011 | 10 | 101110 | 0 | 10100 | 100101001 | 101111 | 111101 |
Color Harmonies of #C76DCB
Complementary color
Monochromatic Colors of #C76DCB
Black with #C76DCB
Text Example
Text Example
White with #C76DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DCB; }
p { color: rgb(199,109,203); }
H1.HeaderClassName
{
color: #C76DCB;
}
.AnyTagClassName
{
color: #C76DCB;
}
</style>
background-color css
<style>
a { background-color: #C76DCB; }
a { background-color: rgb(199,109,203); }
div.DivClassName
{
background-color: #C76DCB;
}
.BgClassName
{
background-color: #C76DCB;
}
</style>
border-color css
<style>
span { border-color: #C76DCB; }
span { border-color: rgb(199,109,203); }
td.TdClassName
{
border-color: #C76DCB;
}
.TagClassName
{
border-color: #C76DCB;
}
</style>