Shades of Orchid #C276D7
Tints of Orchid #C276D7
RGB
CMYK
RGB Variations
Color information
#C276D7 (or 0xC276D7) is known color: Orchid. HEX triplet: C2, 76 and D7. RGB value is (194,118,215). Sum of RGB (Red+Green+Blue) = 194+118+215=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #C276D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276D7 is #3D8928. Grayscale: #979797. Windows color (decimal): -4032809 or 14120642. OLE color: 14120642.
HSL color Cylindrical-coordinate representation of color #C276D7: hue angle of 287.01º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C276D7 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 118 | 215 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.16 |
| HSL | 287.01º | 0.55% | 0.65% | - |
| HSV(B) | 287.01º | 0.45% | 0.84% | - |
| XYZ | 40.99 | 29.33 | 67.79 | - |
| YUV | 151.78 | 163.68 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 215 | 0.10 | 0.45 | 0 | 0.16 | 287.01 | 0.55 | 0.65 |
| Hex | C2 | 76 | D7 | A | 2D | 0 | 10 | 11F | 37 | 41 |
| Octal | 302 | 166 | 327 | 12 | 55 | 0 | 20 | 437 | 67 | 101 |
| Binary | 11000010 | 1110110 | 11010111 | 1010 | 101101 | 0 | 10000 | 100011111 | 110111 | 1000001 |
Color Harmonies of #C276D7
Complementary color
Monochromatic Colors of #C276D7
Black with #C276D7
Text Example
Text Example
White with #C276D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276D7; }
p { color: rgb(194,118,215); }
H1.HeaderClassName
{
color: #C276D7;
}
.AnyTagClassName
{
color: #C276D7;
}
</style>
background-color css
<style>
a { background-color: #C276D7; }
a { background-color: rgb(194,118,215); }
div.DivClassName
{
background-color: #C276D7;
}
.BgClassName
{
background-color: #C276D7;
}
</style>
border-color css
<style>
span { border-color: #C276D7; }
span { border-color: rgb(194,118,215); }
td.TdClassName
{
border-color: #C276D7;
}
.TagClassName
{
border-color: #C276D7;
}
</style>