Shades of Medium Orchid #C063CF
Tints of Medium Orchid #C063CF
RGB
CMYK
RGB Variations
Color information
#C063CF (or 0xC063CF) is known color: Medium Orchid. HEX triplet: C0, 63 and CF. RGB value is (192,99,207). Sum of RGB (Red+Green+Blue) = 192+99+207=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #C063CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CF is #3F9C30. Grayscale: #8A8A8A. Windows color (decimal): -4168753 or 13591488. OLE color: 13591488.
HSL color Cylindrical-coordinate representation of color #C063CF: hue angle of 291.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C063CF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 99 | 207 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.19 |
| HSL | 291.67º | 0.53% | 0.6% | - |
| HSV(B) | 291.67º | 0.52% | 0.81% | - |
| XYZ | 37.46 | 24.64 | 61.81 | - |
| YUV | 139.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 207 | 0.07 | 0.52 | 0 | 0.19 | 291.67 | 0.53 | 0.6 |
| Hex | C0 | 63 | CF | 7 | 34 | 0 | 13 | 124 | 35 | 3C |
| Octal | 300 | 143 | 317 | 7 | 64 | 0 | 23 | 444 | 65 | 74 |
| Binary | 11000000 | 1100011 | 11001111 | 111 | 110100 | 0 | 10011 | 100100100 | 110101 | 111100 |
Color Harmonies of #C063CF
Complementary color
Monochromatic Colors of #C063CF
Black with #C063CF
Text Example
Text Example
White with #C063CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063CF; }
p { color: rgb(192,99,207); }
H1.HeaderClassName
{
color: #C063CF;
}
.AnyTagClassName
{
color: #C063CF;
}
</style>
background-color css
<style>
a { background-color: #C063CF; }
a { background-color: rgb(192,99,207); }
div.DivClassName
{
background-color: #C063CF;
}
.BgClassName
{
background-color: #C063CF;
}
</style>
border-color css
<style>
span { border-color: #C063CF; }
span { border-color: rgb(192,99,207); }
td.TdClassName
{
border-color: #C063CF;
}
.TagClassName
{
border-color: #C063CF;
}
</style>