Shades of Medium Orchid #C03DFE
Tints of Medium Orchid #C03DFE
RGB
CMYK
RGB Variations
Color information
#C03DFE (or 0xC03DFE) is known color: Medium Orchid. HEX triplet: C0, 3D and FE. RGB value is (192,61,254). Sum of RGB (Red+Green+Blue) = 192+61+254=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #C03DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DFE is #3FC201. Grayscale: #797979. Windows color (decimal): -4178434 or 16661952. OLE color: 16661952.
HSL color Cylindrical-coordinate representation of color #C03DFE: hue angle of 280.73º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C03DFE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 61 | 254 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.00 |
| HSL | 280.73º | 0.99% | 0.62% | - |
| HSV(B) | 280.73º | 0.76% | 1% | - |
| XYZ | 41.3 | 21.7 | 95.78 | - |
| YUV | 122.17 | 202.4 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 254 | 0.24 | 0.76 | 0 | 0.00 | 280.73 | 0.99 | 0.62 |
| Hex | C0 | 3D | FE | 18 | 4C | 0 | 0 | 119 | 63 | 3E |
| Octal | 300 | 75 | 376 | 30 | 114 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000000 | 111101 | 11111110 | 11000 | 1001100 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C03DFE
Complementary color
Monochromatic Colors of #C03DFE
Black with #C03DFE
Text Example
Text Example
White with #C03DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DFE; }
p { color: rgb(192,61,254); }
H1.HeaderClassName
{
color: #C03DFE;
}
.AnyTagClassName
{
color: #C03DFE;
}
</style>
background-color css
<style>
a { background-color: #C03DFE; }
a { background-color: rgb(192,61,254); }
div.DivClassName
{
background-color: #C03DFE;
}
.BgClassName
{
background-color: #C03DFE;
}
</style>
border-color css
<style>
span { border-color: #C03DFE; }
span { border-color: rgb(192,61,254); }
td.TdClassName
{
border-color: #C03DFE;
}
.TagClassName
{
border-color: #C03DFE;
}
</style>