Shades of Medium Orchid #C02CCF
Tints of Medium Orchid #C02CCF
RGB
CMYK
RGB Variations
Color information
#C02CCF (or 0xC02CCF) is known color: Medium Orchid. HEX triplet: C0, 2C and CF. RGB value is (192,44,207). Sum of RGB (Red+Green+Blue) = 192+44+207=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #C02CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CCF is #3FD330. Grayscale: #6A6A6A. Windows color (decimal): -4182833 or 13577408. OLE color: 13577408.
HSL color Cylindrical-coordinate representation of color #C02CCF: hue angle of 294.48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02CCF is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 44 | 207 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.19 |
| HSL | 294.48º | 0.65% | 0.49% | - |
| HSV(B) | 294.48º | 0.79% | 0.81% | - |
| XYZ | 33.9 | 17.51 | 60.63 | - |
| YUV | 106.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 207 | 0.07 | 0.79 | 0 | 0.19 | 294.48 | 0.65 | 0.49 |
| Hex | C0 | 2C | CF | 7 | 4F | 0 | 13 | 126 | 41 | 31 |
| Octal | 300 | 54 | 317 | 7 | 117 | 0 | 23 | 446 | 101 | 61 |
| Binary | 11000000 | 101100 | 11001111 | 111 | 1001111 | 0 | 10011 | 100100110 | 1000001 | 110001 |
Color Harmonies of #C02CCF
Complementary color
Monochromatic Colors of #C02CCF
Black with #C02CCF
Text Example
Text Example
White with #C02CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CCF; }
p { color: rgb(192,44,207); }
H1.HeaderClassName
{
color: #C02CCF;
}
.AnyTagClassName
{
color: #C02CCF;
}
</style>
background-color css
<style>
a { background-color: #C02CCF; }
a { background-color: rgb(192,44,207); }
div.DivClassName
{
background-color: #C02CCF;
}
.BgClassName
{
background-color: #C02CCF;
}
</style>
border-color css
<style>
span { border-color: #C02CCF; }
span { border-color: rgb(192,44,207); }
td.TdClassName
{
border-color: #C02CCF;
}
.TagClassName
{
border-color: #C02CCF;
}
</style>