Shades of Medium Orchid #C02FCF
Tints of Medium Orchid #C02FCF
RGB
CMYK
RGB Variations
Color information
#C02FCF (or 0xC02FCF) is known color: Medium Orchid. HEX triplet: C0, 2F and CF. RGB value is (192,47,207). Sum of RGB (Red+Green+Blue) = 192+47+207=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C02FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FCF is #3FD030. Grayscale: #6C6C6C. Windows color (decimal): -4182065 or 13578176. OLE color: 13578176.
HSL color Cylindrical-coordinate representation of color #C02FCF: hue angle of 294.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02FCF is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 47 | 207 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.19 |
| HSL | 294.38º | 0.63% | 0.5% | - |
| HSV(B) | 294.38º | 0.77% | 0.81% | - |
| XYZ | 34.02 | 17.74 | 60.66 | - |
| YUV | 108.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 207 | 0.07 | 0.77 | 0 | 0.19 | 294.38 | 0.63 | 0.5 |
| Hex | C0 | 2F | CF | 7 | 4D | 0 | 13 | 126 | 3F | 32 |
| Octal | 300 | 57 | 317 | 7 | 115 | 0 | 23 | 446 | 77 | 62 |
| Binary | 11000000 | 101111 | 11001111 | 111 | 1001101 | 0 | 10011 | 100100110 | 111111 | 110010 |
Color Harmonies of #C02FCF
Complementary color
Monochromatic Colors of #C02FCF
Black with #C02FCF
Text Example
Text Example
White with #C02FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FCF; }
p { color: rgb(192,47,207); }
H1.HeaderClassName
{
color: #C02FCF;
}
.AnyTagClassName
{
color: #C02FCF;
}
</style>
background-color css
<style>
a { background-color: #C02FCF; }
a { background-color: rgb(192,47,207); }
div.DivClassName
{
background-color: #C02FCF;
}
.BgClassName
{
background-color: #C02FCF;
}
</style>
border-color css
<style>
span { border-color: #C02FCF; }
span { border-color: rgb(192,47,207); }
td.TdClassName
{
border-color: #C02FCF;
}
.TagClassName
{
border-color: #C02FCF;
}
</style>