Shades of Medium Orchid #C042FE
Tints of Medium Orchid #C042FE
RGB
CMYK
RGB Variations
Color information
#C042FE (or 0xC042FE) is known color: Medium Orchid. HEX triplet: C0, 42 and FE. RGB value is (192,66,254). Sum of RGB (Red+Green+Blue) = 192+66+254=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C042FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042FE is #3FBD01. Grayscale: #7C7C7C. Windows color (decimal): -4177154 or 16663232. OLE color: 16663232.
HSL color Cylindrical-coordinate representation of color #C042FE: hue angle of 280.21º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C042FE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 66 | 254 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.00 |
| HSL | 280.21º | 0.99% | 0.63% | - |
| HSV(B) | 280.21º | 0.74% | 1% | - |
| XYZ | 41.58 | 22.26 | 95.87 | - |
| YUV | 125.11 | 200.74 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 254 | 0.24 | 0.74 | 0 | 0.00 | 280.21 | 0.99 | 0.63 |
| Hex | C0 | 42 | FE | 18 | 4A | 0 | 0 | 118 | 63 | 3F |
| Octal | 300 | 102 | 376 | 30 | 112 | 0 | 0 | 430 | 143 | 77 |
| Binary | 11000000 | 1000010 | 11111110 | 11000 | 1001010 | 0 | 0 | 100011000 | 1100011 | 111111 |
Color Harmonies of #C042FE
Complementary color
Monochromatic Colors of #C042FE
Black with #C042FE
Text Example
Text Example
White with #C042FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042FE; }
p { color: rgb(192,66,254); }
H1.HeaderClassName
{
color: #C042FE;
}
.AnyTagClassName
{
color: #C042FE;
}
</style>
background-color css
<style>
a { background-color: #C042FE; }
a { background-color: rgb(192,66,254); }
div.DivClassName
{
background-color: #C042FE;
}
.BgClassName
{
background-color: #C042FE;
}
</style>
border-color css
<style>
span { border-color: #C042FE; }
span { border-color: rgb(192,66,254); }
td.TdClassName
{
border-color: #C042FE;
}
.TagClassName
{
border-color: #C042FE;
}
</style>