Shades of Orchid #C773D0
Tints of Orchid #C773D0
RGB
CMYK
RGB Variations
Color information
#C773D0 (or 0xC773D0) is known color: Orchid. HEX triplet: C7, 73 and D0. RGB value is (199,115,208). Sum of RGB (Red+Green+Blue) = 199+115+208=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #C773D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773D0 is #388C2F. Grayscale: #969696. Windows color (decimal): -3705904 or 13661127. OLE color: 13661127.
HSL color Cylindrical-coordinate representation of color #C773D0: hue angle of 294.19º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C773D0 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 115 | 208 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.18 |
| HSL | 294.19º | 0.5% | 0.63% | - |
| HSV(B) | 294.19º | 0.45% | 0.82% | - |
| XYZ | 41.07 | 28.96 | 63.1 | - |
| YUV | 150.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 208 | 0.04 | 0.45 | 0 | 0.18 | 294.19 | 0.5 | 0.63 |
| Hex | C7 | 73 | D0 | 4 | 2D | 0 | 12 | 126 | 32 | 3F |
| Octal | 307 | 163 | 320 | 4 | 55 | 0 | 22 | 446 | 62 | 77 |
| Binary | 11000111 | 1110011 | 11010000 | 100 | 101101 | 0 | 10010 | 100100110 | 110010 | 111111 |
Color Harmonies of #C773D0
Complementary color
Monochromatic Colors of #C773D0
Black with #C773D0
Text Example
Text Example
White with #C773D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C773D0; }
p { color: rgb(199,115,208); }
H1.HeaderClassName
{
color: #C773D0;
}
.AnyTagClassName
{
color: #C773D0;
}
</style>
background-color css
<style>
a { background-color: #C773D0; }
a { background-color: rgb(199,115,208); }
div.DivClassName
{
background-color: #C773D0;
}
.BgClassName
{
background-color: #C773D0;
}
</style>
border-color css
<style>
span { border-color: #C773D0; }
span { border-color: rgb(199,115,208); }
td.TdClassName
{
border-color: #C773D0;
}
.TagClassName
{
border-color: #C773D0;
}
</style>