Shades of Medium Orchid #C02ECF
Tints of Medium Orchid #C02ECF
RGB
CMYK
RGB Variations
Color information
#C02ECF (or 0xC02ECF) is known color: Medium Orchid. HEX triplet: C0, 2E and CF. RGB value is (192,46,207). Sum of RGB (Red+Green+Blue) = 192+46+207=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #C02ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ECF is #3FD130. Grayscale: #6B6B6B. Windows color (decimal): -4182321 or 13577920. OLE color: 13577920.
HSL color Cylindrical-coordinate representation of color #C02ECF: hue angle of 294.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02ECF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 46 | 207 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.19 |
| HSL | 294.41º | 0.64% | 0.5% | - |
| HSV(B) | 294.41º | 0.78% | 0.81% | - |
| XYZ | 33.98 | 17.67 | 60.65 | - |
| YUV | 108.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 207 | 0.07 | 0.78 | 0 | 0.19 | 294.41 | 0.64 | 0.5 |
| Hex | C0 | 2E | CF | 7 | 4E | 0 | 13 | 126 | 40 | 32 |
| Octal | 300 | 56 | 317 | 7 | 116 | 0 | 23 | 446 | 100 | 62 |
| Binary | 11000000 | 101110 | 11001111 | 111 | 1001110 | 0 | 10011 | 100100110 | 1000000 | 110010 |
Color Harmonies of #C02ECF
Complementary color
Monochromatic Colors of #C02ECF
Black with #C02ECF
Text Example
Text Example
White with #C02ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02ECF; }
p { color: rgb(192,46,207); }
H1.HeaderClassName
{
color: #C02ECF;
}
.AnyTagClassName
{
color: #C02ECF;
}
</style>
background-color css
<style>
a { background-color: #C02ECF; }
a { background-color: rgb(192,46,207); }
div.DivClassName
{
background-color: #C02ECF;
}
.BgClassName
{
background-color: #C02ECF;
}
</style>
border-color css
<style>
span { border-color: #C02ECF; }
span { border-color: rgb(192,46,207); }
td.TdClassName
{
border-color: #C02ECF;
}
.TagClassName
{
border-color: #C02ECF;
}
</style>