Shades of Medium Orchid #C263DF
Tints of Medium Orchid #C263DF
RGB
CMYK
RGB Variations
Color information
#C263DF (or 0xC263DF) is known color: Medium Orchid. HEX triplet: C2, 63 and DF. RGB value is (194,99,223). Sum of RGB (Red+Green+Blue) = 194+99+223=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C263DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263DF is #3D9C20. Grayscale: #8D8D8D. Windows color (decimal): -4037665 or 14640066. OLE color: 14640066.
HSL color Cylindrical-coordinate representation of color #C263DF: hue angle of 285.97º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C263DF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 99 | 223 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.13 |
| HSL | 285.97º | 0.66% | 0.63% | - |
| HSV(B) | 285.97º | 0.56% | 0.87% | - |
| XYZ | 40.03 | 25.72 | 72.67 | - |
| YUV | 141.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 223 | 0.13 | 0.56 | 0 | 0.13 | 285.97 | 0.66 | 0.63 |
| Hex | C2 | 63 | DF | D | 38 | 0 | D | 11E | 42 | 3F |
| Octal | 302 | 143 | 337 | 15 | 70 | 0 | 15 | 436 | 102 | 77 |
| Binary | 11000010 | 1100011 | 11011111 | 1101 | 111000 | 0 | 1101 | 100011110 | 1000010 | 111111 |
Color Harmonies of #C263DF
Complementary color
Monochromatic Colors of #C263DF
Black with #C263DF
Text Example
Text Example
White with #C263DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C263DF; }
p { color: rgb(194,99,223); }
H1.HeaderClassName
{
color: #C263DF;
}
.AnyTagClassName
{
color: #C263DF;
}
</style>
background-color css
<style>
a { background-color: #C263DF; }
a { background-color: rgb(194,99,223); }
div.DivClassName
{
background-color: #C263DF;
}
.BgClassName
{
background-color: #C263DF;
}
</style>
border-color css
<style>
span { border-color: #C263DF; }
span { border-color: rgb(194,99,223); }
td.TdClassName
{
border-color: #C263DF;
}
.TagClassName
{
border-color: #C263DF;
}
</style>