Shades of Orchid #C773DF
Tints of Orchid #C773DF
RGB
CMYK
RGB Variations
Color information
#C773DF (or 0xC773DF) is known color: Orchid. HEX triplet: C7, 73 and DF. RGB value is (199,115,223). Sum of RGB (Red+Green+Blue) = 199+115+223=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C773DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773DF is #388C20. Grayscale: #989898. Windows color (decimal): -3705889 or 14644167. OLE color: 14644167.
HSL color Cylindrical-coordinate representation of color #C773DF: hue angle of 286.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C773DF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 115 | 223 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.13 |
| HSL | 286.67º | 0.63% | 0.66% | - |
| HSV(B) | 286.67º | 0.48% | 0.87% | - |
| XYZ | 43 | 29.73 | 73.28 | - |
| YUV | 152.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 223 | 0.11 | 0.48 | 0 | 0.13 | 286.67 | 0.63 | 0.66 |
| Hex | C7 | 73 | DF | B | 30 | 0 | D | 11F | 3F | 42 |
| Octal | 307 | 163 | 337 | 13 | 60 | 0 | 15 | 437 | 77 | 102 |
| Binary | 11000111 | 1110011 | 11011111 | 1011 | 110000 | 0 | 1101 | 100011111 | 111111 | 1000010 |
Color Harmonies of #C773DF
Complementary color
Monochromatic Colors of #C773DF
Black with #C773DF
Text Example
Text Example
White with #C773DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C773DF; }
p { color: rgb(199,115,223); }
H1.HeaderClassName
{
color: #C773DF;
}
.AnyTagClassName
{
color: #C773DF;
}
</style>
background-color css
<style>
a { background-color: #C773DF; }
a { background-color: rgb(199,115,223); }
div.DivClassName
{
background-color: #C773DF;
}
.BgClassName
{
background-color: #C773DF;
}
</style>
border-color css
<style>
span { border-color: #C773DF; }
span { border-color: rgb(199,115,223); }
td.TdClassName
{
border-color: #C773DF;
}
.TagClassName
{
border-color: #C773DF;
}
</style>