Shades of Medium Orchid #C03FFC
Tints of Medium Orchid #C03FFC
RGB
CMYK
RGB Variations
Color information
#C03FFC (or 0xC03FFC) is known color: Medium Orchid. HEX triplet: C0, 3F and FC. RGB value is (192,63,252). Sum of RGB (Red+Green+Blue) = 192+63+252=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C03FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FFC is #3FC003. Grayscale: #7A7A7A. Windows color (decimal): -4177924 or 16531392. OLE color: 16531392.
HSL color Cylindrical-coordinate representation of color #C03FFC: hue angle of 280.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03FFC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 63 | 252 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.01 |
| HSL | 280.95º | 0.97% | 0.62% | - |
| HSV(B) | 280.95º | 0.75% | 0.99% | - |
| XYZ | 41.09 | 21.79 | 94.14 | - |
| YUV | 123.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 252 | 0.24 | 0.75 | 0 | 0.01 | 280.95 | 0.97 | 0.62 |
| Hex | C0 | 3F | FC | 18 | 4B | 0 | 1 | 119 | 61 | 3E |
| Octal | 300 | 77 | 374 | 30 | 113 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000000 | 111111 | 11111100 | 11000 | 1001011 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C03FFC
Complementary color
Monochromatic Colors of #C03FFC
Black with #C03FFC
Text Example
Text Example
White with #C03FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FFC; }
p { color: rgb(192,63,252); }
H1.HeaderClassName
{
color: #C03FFC;
}
.AnyTagClassName
{
color: #C03FFC;
}
</style>
background-color css
<style>
a { background-color: #C03FFC; }
a { background-color: rgb(192,63,252); }
div.DivClassName
{
background-color: #C03FFC;
}
.BgClassName
{
background-color: #C03FFC;
}
</style>
border-color css
<style>
span { border-color: #C03FFC; }
span { border-color: rgb(192,63,252); }
td.TdClassName
{
border-color: #C03FFC;
}
.TagClassName
{
border-color: #C03FFC;
}
</style>