Shades of Medium Orchid #C063DF
Tints of Medium Orchid #C063DF
RGB
CMYK
RGB Variations
Color information
#C063DF (or 0xC063DF) is known color: Medium Orchid. HEX triplet: C0, 63 and DF. RGB value is (192,99,223). Sum of RGB (Red+Green+Blue) = 192+99+223=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #C063DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063DF is #3F9C20. Grayscale: #8C8C8C. Windows color (decimal): -4168737 or 14640064. OLE color: 14640064.
HSL color Cylindrical-coordinate representation of color #C063DF: hue angle of 285º 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 #C063DF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 99 | 223 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.13 |
| HSL | 285º | 0.66% | 0.63% | - |
| HSV(B) | 285º | 0.56% | 0.87% | - |
| XYZ | 39.52 | 25.46 | 72.64 | - |
| YUV | 140.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 223 | 0.14 | 0.56 | 0 | 0.13 | 285 | 0.66 | 0.63 |
| Hex | C0 | 63 | DF | E | 38 | 0 | D | 11D | 42 | 3F |
| Octal | 300 | 143 | 337 | 16 | 70 | 0 | 15 | 435 | 102 | 77 |
| Binary | 11000000 | 1100011 | 11011111 | 1110 | 111000 | 0 | 1101 | 100011101 | 1000010 | 111111 |
Color Harmonies of #C063DF
Complementary color
Monochromatic Colors of #C063DF
Black with #C063DF
Text Example
Text Example
White with #C063DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063DF; }
p { color: rgb(192,99,223); }
H1.HeaderClassName
{
color: #C063DF;
}
.AnyTagClassName
{
color: #C063DF;
}
</style>
background-color css
<style>
a { background-color: #C063DF; }
a { background-color: rgb(192,99,223); }
div.DivClassName
{
background-color: #C063DF;
}
.BgClassName
{
background-color: #C063DF;
}
</style>
border-color css
<style>
span { border-color: #C063DF; }
span { border-color: rgb(192,99,223); }
td.TdClassName
{
border-color: #C063DF;
}
.TagClassName
{
border-color: #C063DF;
}
</style>