Shades of Medium Orchid #C03FCF
Tints of Medium Orchid #C03FCF
RGB
CMYK
RGB Variations
Color information
#C03FCF (or 0xC03FCF) is known color: Medium Orchid. HEX triplet: C0, 3F and CF. RGB value is (192,63,207). Sum of RGB (Red+Green+Blue) = 192+63+207=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #C03FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FCF is #3FC030. Grayscale: #757575. Windows color (decimal): -4177969 or 13582272. OLE color: 13582272.
HSL color Cylindrical-coordinate representation of color #C03FCF: hue angle of 293.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03FCF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 63 | 207 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.19 |
| HSL | 293.75º | 0.6% | 0.53% | - |
| HSV(B) | 293.75º | 0.7% | 0.81% | - |
| XYZ | 34.78 | 19.27 | 60.92 | - |
| YUV | 117.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 207 | 0.07 | 0.70 | 0 | 0.19 | 293.75 | 0.6 | 0.53 |
| Hex | C0 | 3F | CF | 7 | 46 | 0 | 13 | 126 | 3C | 35 |
| Octal | 300 | 77 | 317 | 7 | 106 | 0 | 23 | 446 | 74 | 65 |
| Binary | 11000000 | 111111 | 11001111 | 111 | 1000110 | 0 | 10011 | 100100110 | 111100 | 110101 |
Color Harmonies of #C03FCF
Complementary color
Monochromatic Colors of #C03FCF
Black with #C03FCF
Text Example
Text Example
White with #C03FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FCF; }
p { color: rgb(192,63,207); }
H1.HeaderClassName
{
color: #C03FCF;
}
.AnyTagClassName
{
color: #C03FCF;
}
</style>
background-color css
<style>
a { background-color: #C03FCF; }
a { background-color: rgb(192,63,207); }
div.DivClassName
{
background-color: #C03FCF;
}
.BgClassName
{
background-color: #C03FCF;
}
</style>
border-color css
<style>
span { border-color: #C03FCF; }
span { border-color: rgb(192,63,207); }
td.TdClassName
{
border-color: #C03FCF;
}
.TagClassName
{
border-color: #C03FCF;
}
</style>