Shades of Orchid #C276CA
Tints of Orchid #C276CA
RGB
CMYK
RGB Variations
Color information
#C276CA (or 0xC276CA) is known color: Orchid. HEX triplet: C2, 76 and CA. RGB value is (194,118,202). Sum of RGB (Red+Green+Blue) = 194+118+202=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C276CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276CA is #3D8935. Grayscale: #969696. Windows color (decimal): -4032822 or 13268674. OLE color: 13268674.
HSL color Cylindrical-coordinate representation of color #C276CA: hue angle of 294.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C276CA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 118 | 202 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.21 |
| HSL | 294.29º | 0.44% | 0.63% | - |
| HSV(B) | 294.29º | 0.42% | 0.79% | - |
| XYZ | 39.39 | 28.69 | 59.34 | - |
| YUV | 150.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 202 | 0.04 | 0.42 | 0 | 0.21 | 294.29 | 0.44 | 0.63 |
| Hex | C2 | 76 | CA | 4 | 2A | 0 | 15 | 126 | 2C | 3F |
| Octal | 302 | 166 | 312 | 4 | 52 | 0 | 25 | 446 | 54 | 77 |
| Binary | 11000010 | 1110110 | 11001010 | 100 | 101010 | 0 | 10101 | 100100110 | 101100 | 111111 |
Color Harmonies of #C276CA
Complementary color
Monochromatic Colors of #C276CA
Black with #C276CA
Text Example
Text Example
White with #C276CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276CA; }
p { color: rgb(194,118,202); }
H1.HeaderClassName
{
color: #C276CA;
}
.AnyTagClassName
{
color: #C276CA;
}
</style>
background-color css
<style>
a { background-color: #C276CA; }
a { background-color: rgb(194,118,202); }
div.DivClassName
{
background-color: #C276CA;
}
.BgClassName
{
background-color: #C276CA;
}
</style>
border-color css
<style>
span { border-color: #C276CA; }
span { border-color: rgb(194,118,202); }
td.TdClassName
{
border-color: #C276CA;
}
.TagClassName
{
border-color: #C276CA;
}
</style>