Shades of Medium Orchid #C02FD0
Tints of Medium Orchid #C02FD0
RGB
CMYK
RGB Variations
Color information
#C02FD0 (or 0xC02FD0) is known color: Medium Orchid. HEX triplet: C0, 2F and D0. RGB value is (192,47,208). Sum of RGB (Red+Green+Blue) = 192+47+208=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 47 (18.75% from 255 or 10.51% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #C02FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FD0 is #3FD02F. Grayscale: #6C6C6C. Windows color (decimal): -4182064 or 13643712. OLE color: 13643712.
HSL color Cylindrical-coordinate representation of color #C02FD0: hue angle of 294.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02FD0 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 47 | 208 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.18 |
| HSL | 294.04º | 0.63% | 0.5% | - |
| HSV(B) | 294.04º | 0.77% | 0.82% | - |
| XYZ | 34.14 | 17.79 | 61.31 | - |
| YUV | 108.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 208 | 0.08 | 0.77 | 0 | 0.18 | 294.04 | 0.63 | 0.5 |
| Hex | C0 | 2F | D0 | 8 | 4D | 0 | 12 | 126 | 3F | 32 |
| Octal | 300 | 57 | 320 | 10 | 115 | 0 | 22 | 446 | 77 | 62 |
| Binary | 11000000 | 101111 | 11010000 | 1000 | 1001101 | 0 | 10010 | 100100110 | 111111 | 110010 |
Color Harmonies of #C02FD0
Complementary color
Monochromatic Colors of #C02FD0
Black with #C02FD0
Text Example
Text Example
White with #C02FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FD0; }
p { color: rgb(192,47,208); }
H1.HeaderClassName
{
color: #C02FD0;
}
.AnyTagClassName
{
color: #C02FD0;
}
</style>
background-color css
<style>
a { background-color: #C02FD0; }
a { background-color: rgb(192,47,208); }
div.DivClassName
{
background-color: #C02FD0;
}
.BgClassName
{
background-color: #C02FD0;
}
</style>
border-color css
<style>
span { border-color: #C02FD0; }
span { border-color: rgb(192,47,208); }
td.TdClassName
{
border-color: #C02FD0;
}
.TagClassName
{
border-color: #C02FD0;
}
</style>