Shades of Medium Orchid #C03ECF
Tints of Medium Orchid #C03ECF
RGB
CMYK
RGB Variations
Color information
#C03ECF (or 0xC03ECF) is known color: Medium Orchid. HEX triplet: C0, 3E and CF. RGB value is (192,62,207). Sum of RGB (Red+Green+Blue) = 192+62+207=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C03ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ECF is #3FC130. Grayscale: #747474. Windows color (decimal): -4178225 or 13582016. OLE color: 13582016.
HSL color Cylindrical-coordinate representation of color #C03ECF: hue angle of 293.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03ECF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 62 | 207 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.19 |
| HSL | 293.79º | 0.6% | 0.53% | - |
| HSV(B) | 293.79º | 0.7% | 0.81% | - |
| XYZ | 34.72 | 19.16 | 60.9 | - |
| YUV | 117.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 207 | 0.07 | 0.70 | 0 | 0.19 | 293.79 | 0.6 | 0.53 |
| Hex | C0 | 3E | CF | 7 | 46 | 0 | 13 | 126 | 3C | 35 |
| Octal | 300 | 76 | 317 | 7 | 106 | 0 | 23 | 446 | 74 | 65 |
| Binary | 11000000 | 111110 | 11001111 | 111 | 1000110 | 0 | 10011 | 100100110 | 111100 | 110101 |
Color Harmonies of #C03ECF
Complementary color
Monochromatic Colors of #C03ECF
Black with #C03ECF
Text Example
Text Example
White with #C03ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03ECF; }
p { color: rgb(192,62,207); }
H1.HeaderClassName
{
color: #C03ECF;
}
.AnyTagClassName
{
color: #C03ECF;
}
</style>
background-color css
<style>
a { background-color: #C03ECF; }
a { background-color: rgb(192,62,207); }
div.DivClassName
{
background-color: #C03ECF;
}
.BgClassName
{
background-color: #C03ECF;
}
</style>
border-color css
<style>
span { border-color: #C03ECF; }
span { border-color: rgb(192,62,207); }
td.TdClassName
{
border-color: #C03ECF;
}
.TagClassName
{
border-color: #C03ECF;
}
</style>