Shades of Medium Orchid #C02FD2
Tints of Medium Orchid #C02FD2
RGB
CMYK
RGB Variations
Color information
#C02FD2 (or 0xC02FD2) is known color: Medium Orchid. HEX triplet: C0, 2F and D2. RGB value is (192,47,210). Sum of RGB (Red+Green+Blue) = 192+47+210=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #C02FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FD2 is #3FD02D. Grayscale: #6C6C6C. Windows color (decimal): -4182062 or 13774784. OLE color: 13774784.
HSL color Cylindrical-coordinate representation of color #C02FD2: hue angle of 293.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02FD2 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 47 | 210 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.18 |
| HSL | 293.37º | 0.64% | 0.5% | - |
| HSV(B) | 293.37º | 0.78% | 0.82% | - |
| XYZ | 34.39 | 17.89 | 62.61 | - |
| YUV | 108.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 210 | 0.09 | 0.78 | 0 | 0.18 | 293.37 | 0.64 | 0.5 |
| Hex | C0 | 2F | D2 | 9 | 4E | 0 | 12 | 125 | 40 | 32 |
| Octal | 300 | 57 | 322 | 11 | 116 | 0 | 22 | 445 | 100 | 62 |
| Binary | 11000000 | 101111 | 11010010 | 1001 | 1001110 | 0 | 10010 | 100100101 | 1000000 | 110010 |
Color Harmonies of #C02FD2
Complementary color
Monochromatic Colors of #C02FD2
Black with #C02FD2
Text Example
Text Example
White with #C02FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FD2; }
p { color: rgb(192,47,210); }
H1.HeaderClassName
{
color: #C02FD2;
}
.AnyTagClassName
{
color: #C02FD2;
}
</style>
background-color css
<style>
a { background-color: #C02FD2; }
a { background-color: rgb(192,47,210); }
div.DivClassName
{
background-color: #C02FD2;
}
.BgClassName
{
background-color: #C02FD2;
}
</style>
border-color css
<style>
span { border-color: #C02FD2; }
span { border-color: rgb(192,47,210); }
td.TdClassName
{
border-color: #C02FD2;
}
.TagClassName
{
border-color: #C02FD2;
}
</style>