Shades of Orchid #C76BCB
Tints of Orchid #C76BCB
RGB
CMYK
RGB Variations
Color information
#C76BCB (or 0xC76BCB) is known color: Orchid. HEX triplet: C7, 6B and CB. RGB value is (199,107,203). Sum of RGB (Red+Green+Blue) = 199+107+203=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C76BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BCB is #389434. Grayscale: #919191. Windows color (decimal): -3707957 or 13331399. OLE color: 13331399.
HSL color Cylindrical-coordinate representation of color #C76BCB: hue angle of 297.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76BCB is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 107 | 203 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.20 |
| HSL | 297.5º | 0.48% | 0.61% | - |
| HSV(B) | 297.5º | 0.47% | 0.8% | - |
| XYZ | 39.59 | 26.97 | 59.62 | - |
| YUV | 145.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 203 | 0.02 | 0.47 | 0 | 0.20 | 297.5 | 0.48 | 0.61 |
| Hex | C7 | 6B | CB | 2 | 2F | 0 | 14 | 12A | 30 | 3D |
| Octal | 307 | 153 | 313 | 2 | 57 | 0 | 24 | 452 | 60 | 75 |
| Binary | 11000111 | 1101011 | 11001011 | 10 | 101111 | 0 | 10100 | 100101010 | 110000 | 111101 |
Color Harmonies of #C76BCB
Complementary color
Monochromatic Colors of #C76BCB
Black with #C76BCB
Text Example
Text Example
White with #C76BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BCB; }
p { color: rgb(199,107,203); }
H1.HeaderClassName
{
color: #C76BCB;
}
.AnyTagClassName
{
color: #C76BCB;
}
</style>
background-color css
<style>
a { background-color: #C76BCB; }
a { background-color: rgb(199,107,203); }
div.DivClassName
{
background-color: #C76BCB;
}
.BgClassName
{
background-color: #C76BCB;
}
</style>
border-color css
<style>
span { border-color: #C76BCB; }
span { border-color: rgb(199,107,203); }
td.TdClassName
{
border-color: #C76BCB;
}
.TagClassName
{
border-color: #C76BCB;
}
</style>