Shades of Medium Orchid #C063F2
Tints of Medium Orchid #C063F2
RGB
CMYK
RGB Variations
Color information
#C063F2 (or 0xC063F2) is known color: Medium Orchid. HEX triplet: C0, 63 and F2. RGB value is (192,99,242). Sum of RGB (Red+Green+Blue) = 192+99+242=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #C063F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C063F2 is #3F9C0D. Grayscale: #8E8E8E. Windows color (decimal): -4168718 or 15885248. OLE color: 15885248.
HSL color Cylindrical-coordinate representation of color #C063F2: hue angle of 279.02º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C063F2 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 99 | 242 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.05 |
| HSL | 279.02º | 0.85% | 0.67% | - |
| HSV(B) | 279.02º | 0.59% | 0.95% | - |
| XYZ | 42.23 | 26.54 | 86.9 | - |
| YUV | 143.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 242 | 0.21 | 0.59 | 0 | 0.05 | 279.02 | 0.85 | 0.67 |
| Hex | C0 | 63 | F2 | 15 | 3B | 0 | 5 | 117 | 55 | 43 |
| Octal | 300 | 143 | 362 | 25 | 73 | 0 | 5 | 427 | 125 | 103 |
| Binary | 11000000 | 1100011 | 11110010 | 10101 | 111011 | 0 | 101 | 100010111 | 1010101 | 1000011 |
Color Harmonies of #C063F2
Complementary color
Monochromatic Colors of #C063F2
Black with #C063F2
Text Example
Text Example
White with #C063F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C063F2; }
p { color: rgb(192,99,242); }
H1.HeaderClassName
{
color: #C063F2;
}
.AnyTagClassName
{
color: #C063F2;
}
</style>
background-color css
<style>
a { background-color: #C063F2; }
a { background-color: rgb(192,99,242); }
div.DivClassName
{
background-color: #C063F2;
}
.BgClassName
{
background-color: #C063F2;
}
</style>
border-color css
<style>
span { border-color: #C063F2; }
span { border-color: rgb(192,99,242); }
td.TdClassName
{
border-color: #C063F2;
}
.TagClassName
{
border-color: #C063F2;
}
</style>