Shades of Orchid #C276D3
Tints of Orchid #C276D3
RGB
CMYK
RGB Variations
Color information
#C276D3 (or 0xC276D3) is known color: Orchid. HEX triplet: C2, 76 and D3. RGB value is (194,118,211). Sum of RGB (Red+Green+Blue) = 194+118+211=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #C276D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276D3 is #3D892C. Grayscale: #979797. Windows color (decimal): -4032813 or 13858498. OLE color: 13858498.
HSL color Cylindrical-coordinate representation of color #C276D3: hue angle of 289.03º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C276D3 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 118 | 211 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.17 |
| HSL | 289.03º | 0.51% | 0.65% | - |
| HSV(B) | 289.03º | 0.44% | 0.83% | - |
| XYZ | 40.48 | 29.13 | 65.12 | - |
| YUV | 151.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 211 | 0.08 | 0.44 | 0 | 0.17 | 289.03 | 0.51 | 0.65 |
| Hex | C2 | 76 | D3 | 8 | 2C | 0 | 11 | 121 | 33 | 41 |
| Octal | 302 | 166 | 323 | 10 | 54 | 0 | 21 | 441 | 63 | 101 |
| Binary | 11000010 | 1110110 | 11010011 | 1000 | 101100 | 0 | 10001 | 100100001 | 110011 | 1000001 |
Color Harmonies of #C276D3
Complementary color
Monochromatic Colors of #C276D3
Black with #C276D3
Text Example
Text Example
White with #C276D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276D3; }
p { color: rgb(194,118,211); }
H1.HeaderClassName
{
color: #C276D3;
}
.AnyTagClassName
{
color: #C276D3;
}
</style>
background-color css
<style>
a { background-color: #C276D3; }
a { background-color: rgb(194,118,211); }
div.DivClassName
{
background-color: #C276D3;
}
.BgClassName
{
background-color: #C276D3;
}
</style>
border-color css
<style>
span { border-color: #C276D3; }
span { border-color: rgb(194,118,211); }
td.TdClassName
{
border-color: #C276D3;
}
.TagClassName
{
border-color: #C276D3;
}
</style>