Shades of Orchid #C276BF
Tints of Orchid #C276BF
RGB
CMYK
RGB Variations
Color information
#C276BF (or 0xC276BF) is known color: Orchid. HEX triplet: C2, 76 and BF. RGB value is (194,118,191). Sum of RGB (Red+Green+Blue) = 194+118+191=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C276BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276BF is #3D8940. Grayscale: #949494. Windows color (decimal): -4032833 or 12547778. OLE color: 12547778.
HSL color Cylindrical-coordinate representation of color #C276BF: hue angle of 302.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276BF is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 191 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.24 |
| HSL | 302.37º | 0.38% | 0.61% | - |
| HSV(B) | 302.37º | 0.39% | 0.76% | - |
| XYZ | 38.13 | 28.19 | 52.72 | - |
| YUV | 149.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 191 | 0 | 0.39 | 0.02 | 0.24 | 302.37 | 0.38 | 0.61 |
| Hex | C2 | 76 | BF | 0 | 27 | 2 | 18 | 12E | 26 | 3D |
| Octal | 302 | 166 | 277 | 0 | 47 | 2 | 30 | 456 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10111111 | 0 | 100111 | 10 | 11000 | 100101110 | 100110 | 111101 |
Color Harmonies of #C276BF
Complementary color
Monochromatic Colors of #C276BF
Black with #C276BF
Text Example
Text Example
White with #C276BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276BF; }
p { color: rgb(194,118,191); }
H1.HeaderClassName
{
color: #C276BF;
}
.AnyTagClassName
{
color: #C276BF;
}
</style>
background-color css
<style>
a { background-color: #C276BF; }
a { background-color: rgb(194,118,191); }
div.DivClassName
{
background-color: #C276BF;
}
.BgClassName
{
background-color: #C276BF;
}
</style>
border-color css
<style>
span { border-color: #C276BF; }
span { border-color: rgb(194,118,191); }
td.TdClassName
{
border-color: #C276BF;
}
.TagClassName
{
border-color: #C276BF;
}
</style>