Shades of Orchid #C276CC
Tints of Orchid #C276CC
RGB
CMYK
RGB Variations
Color information
#C276CC (or 0xC276CC) is known color: Orchid. HEX triplet: C2, 76 and CC. RGB value is (194,118,204). Sum of RGB (Red+Green+Blue) = 194+118+204=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C276CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276CC is #3D8933. Grayscale: #969696. Windows color (decimal): -4032820 or 13399746. OLE color: 13399746.
HSL color Cylindrical-coordinate representation of color #C276CC: hue angle of 293.02º degrees, saturation: 0.46, 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 #C276CC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 118 | 204 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.2 |
| HSL | 293.02º | 0.46% | 0.63% | - |
| HSV(B) | 293.02º | 0.42% | 0.8% | - |
| XYZ | 39.63 | 28.79 | 60.59 | - |
| YUV | 150.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 204 | 0.05 | 0.42 | 0 | 0.2 | 293.02 | 0.46 | 0.63 |
| Hex | C2 | 76 | CC | 5 | 2A | 0 | 14 | 125 | 2E | 3F |
| Octal | 302 | 166 | 314 | 5 | 52 | 0 | 24 | 445 | 56 | 77 |
| Binary | 11000010 | 1110110 | 11001100 | 101 | 101010 | 0 | 10100 | 100100101 | 101110 | 111111 |
Color Harmonies of #C276CC
Complementary color
Monochromatic Colors of #C276CC
Black with #C276CC
Text Example
Text Example
White with #C276CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276CC; }
p { color: rgb(194,118,204); }
H1.HeaderClassName
{
color: #C276CC;
}
.AnyTagClassName
{
color: #C276CC;
}
</style>
background-color css
<style>
a { background-color: #C276CC; }
a { background-color: rgb(194,118,204); }
div.DivClassName
{
background-color: #C276CC;
}
.BgClassName
{
background-color: #C276CC;
}
</style>
border-color css
<style>
span { border-color: #C276CC; }
span { border-color: rgb(194,118,204); }
td.TdClassName
{
border-color: #C276CC;
}
.TagClassName
{
border-color: #C276CC;
}
</style>