Shades of Orchid #C276D9
Tints of Orchid #C276D9
RGB
CMYK
RGB Variations
Color information
#C276D9 (or 0xC276D9) is known color: Orchid. HEX triplet: C2, 76 and D9. RGB value is (194,118,217). Sum of RGB (Red+Green+Blue) = 194+118+217=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #C276D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276D9 is #3D8926. Grayscale: #979797. Windows color (decimal): -4032807 or 14251714. OLE color: 14251714.
HSL color Cylindrical-coordinate representation of color #C276D9: hue angle of 286.06º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C276D9 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 118 | 217 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.15 |
| HSL | 286.06º | 0.57% | 0.66% | - |
| HSV(B) | 286.06º | 0.46% | 0.85% | - |
| XYZ | 41.25 | 29.44 | 69.15 | - |
| YUV | 152.01 | 164.68 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 217 | 0.11 | 0.46 | 0 | 0.15 | 286.06 | 0.57 | 0.66 |
| Hex | C2 | 76 | D9 | B | 2E | 0 | F | 11E | 39 | 42 |
| Octal | 302 | 166 | 331 | 13 | 56 | 0 | 17 | 436 | 71 | 102 |
| Binary | 11000010 | 1110110 | 11011001 | 1011 | 101110 | 0 | 1111 | 100011110 | 111001 | 1000010 |
Color Harmonies of #C276D9
Complementary color
Monochromatic Colors of #C276D9
Black with #C276D9
Text Example
Text Example
White with #C276D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276D9; }
p { color: rgb(194,118,217); }
H1.HeaderClassName
{
color: #C276D9;
}
.AnyTagClassName
{
color: #C276D9;
}
</style>
background-color css
<style>
a { background-color: #C276D9; }
a { background-color: rgb(194,118,217); }
div.DivClassName
{
background-color: #C276D9;
}
.BgClassName
{
background-color: #C276D9;
}
</style>
border-color css
<style>
span { border-color: #C276D9; }
span { border-color: rgb(194,118,217); }
td.TdClassName
{
border-color: #C276D9;
}
.TagClassName
{
border-color: #C276D9;
}
</style>