Shades of Medium Orchid #C02FF1
Tints of Medium Orchid #C02FF1
RGB
CMYK
RGB Variations
Color information
#C02FF1 (or 0xC02FF1) is known color: Medium Orchid. HEX triplet: C0, 2F and F1. RGB value is (192,47,241). Sum of RGB (Red+Green+Blue) = 192+47+241=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #C02FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02FF1 is #3FD00E. Grayscale: #6F6F6F. Windows color (decimal): -4182031 or 15806400. OLE color: 15806400.
HSL color Cylindrical-coordinate representation of color #C02FF1: hue angle of 284.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02FF1 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 47 | 241 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.05 |
| HSL | 284.85º | 0.87% | 0.56% | - |
| HSV(B) | 284.85º | 0.8% | 0.95% | - |
| XYZ | 38.63 | 19.59 | 84.96 | - |
| YUV | 112.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 241 | 0.20 | 0.80 | 0 | 0.05 | 284.85 | 0.87 | 0.56 |
| Hex | C0 | 2F | F1 | 14 | 50 | 0 | 5 | 11D | 57 | 38 |
| Octal | 300 | 57 | 361 | 24 | 120 | 0 | 5 | 435 | 127 | 70 |
| Binary | 11000000 | 101111 | 11110001 | 10100 | 1010000 | 0 | 101 | 100011101 | 1010111 | 111000 |
Color Harmonies of #C02FF1
Complementary color
Monochromatic Colors of #C02FF1
Black with #C02FF1
Text Example
Text Example
White with #C02FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FF1; }
p { color: rgb(192,47,241); }
H1.HeaderClassName
{
color: #C02FF1;
}
.AnyTagClassName
{
color: #C02FF1;
}
</style>
background-color css
<style>
a { background-color: #C02FF1; }
a { background-color: rgb(192,47,241); }
div.DivClassName
{
background-color: #C02FF1;
}
.BgClassName
{
background-color: #C02FF1;
}
</style>
border-color css
<style>
span { border-color: #C02FF1; }
span { border-color: rgb(192,47,241); }
td.TdClassName
{
border-color: #C02FF1;
}
.TagClassName
{
border-color: #C02FF1;
}
</style>