Shades of Orchid #C276CB
Tints of Orchid #C276CB
RGB
CMYK
RGB Variations
Color information
#C276CB (or 0xC276CB) is known color: Orchid. HEX triplet: C2, 76 and CB. RGB value is (194,118,203). Sum of RGB (Red+Green+Blue) = 194+118+203=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C276CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276CB is #3D8934. Grayscale: #969696. Windows color (decimal): -4032821 or 13334210. OLE color: 13334210.
HSL color Cylindrical-coordinate representation of color #C276CB: hue angle of 293.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C276CB is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 118 | 203 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.20 |
| HSL | 293.65º | 0.45% | 0.63% | - |
| HSV(B) | 293.65º | 0.42% | 0.8% | - |
| XYZ | 39.51 | 28.74 | 59.96 | - |
| YUV | 150.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 203 | 0.04 | 0.42 | 0 | 0.20 | 293.65 | 0.45 | 0.63 |
| Hex | C2 | 76 | CB | 4 | 2A | 0 | 14 | 126 | 2D | 3F |
| Octal | 302 | 166 | 313 | 4 | 52 | 0 | 24 | 446 | 55 | 77 |
| Binary | 11000010 | 1110110 | 11001011 | 100 | 101010 | 0 | 10100 | 100100110 | 101101 | 111111 |
Color Harmonies of #C276CB
Complementary color
Monochromatic Colors of #C276CB
Black with #C276CB
Text Example
Text Example
White with #C276CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276CB; }
p { color: rgb(194,118,203); }
H1.HeaderClassName
{
color: #C276CB;
}
.AnyTagClassName
{
color: #C276CB;
}
</style>
background-color css
<style>
a { background-color: #C276CB; }
a { background-color: rgb(194,118,203); }
div.DivClassName
{
background-color: #C276CB;
}
.BgClassName
{
background-color: #C276CB;
}
</style>
border-color css
<style>
span { border-color: #C276CB; }
span { border-color: rgb(194,118,203); }
td.TdClassName
{
border-color: #C276CB;
}
.TagClassName
{
border-color: #C276CB;
}
</style>