Shades of Orchid #C276C4
Tints of Orchid #C276C4
RGB
CMYK
RGB Variations
Color information
#C276C4 (or 0xC276C4) is known color: Orchid. HEX triplet: C2, 76 and C4. RGB value is (194,118,196). Sum of RGB (Red+Green+Blue) = 194+118+196=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #C276C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276C4 is #3D893B. Grayscale: #959595. Windows color (decimal): -4032828 or 12875458. OLE color: 12875458.
HSL color Cylindrical-coordinate representation of color #C276C4: hue angle of 298.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C276C4 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 118 | 196 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.23 |
| HSL | 298.46º | 0.4% | 0.62% | - |
| HSV(B) | 298.46º | 0.4% | 0.77% | - |
| XYZ | 38.69 | 28.41 | 55.67 | - |
| YUV | 149.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 196 | 0.01 | 0.40 | 0 | 0.23 | 298.46 | 0.4 | 0.62 |
| Hex | C2 | 76 | C4 | 1 | 28 | 0 | 17 | 12A | 28 | 3E |
| Octal | 302 | 166 | 304 | 1 | 50 | 0 | 27 | 452 | 50 | 76 |
| Binary | 11000010 | 1110110 | 11000100 | 1 | 101000 | 0 | 10111 | 100101010 | 101000 | 111110 |
Color Harmonies of #C276C4
Complementary color
Monochromatic Colors of #C276C4
Black with #C276C4
Text Example
Text Example
White with #C276C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276C4; }
p { color: rgb(194,118,196); }
H1.HeaderClassName
{
color: #C276C4;
}
.AnyTagClassName
{
color: #C276C4;
}
</style>
background-color css
<style>
a { background-color: #C276C4; }
a { background-color: rgb(194,118,196); }
div.DivClassName
{
background-color: #C276C4;
}
.BgClassName
{
background-color: #C276C4;
}
</style>
border-color css
<style>
span { border-color: #C276C4; }
span { border-color: rgb(194,118,196); }
td.TdClassName
{
border-color: #C276C4;
}
.TagClassName
{
border-color: #C276C4;
}
</style>