Shades of Medium Orchid #C042FF
Tints of Medium Orchid #C042FF
RGB
CMYK
RGB Variations
Color information
#C042FF (or 0xC042FF) is known color: Medium Orchid. HEX triplet: C0, 42 and FF. RGB value is (192,66,255). Sum of RGB (Red+Green+Blue) = 192+66+255=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C042FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042FF is #3FBD00. Grayscale: #7C7C7C. Windows color (decimal): -4177153 or 16728768. OLE color: 16728768.
HSL color Cylindrical-coordinate representation of color #C042FF: hue angle of 280º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C042FF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 66 | 255 | - |
| CMYK | 0.25 | 0.74 | 0 | 0 |
| HSL | 280º | 1% | 0.63% | - |
| HSV(B) | 280º | 0.74% | 1% | - |
| XYZ | 41.74 | 22.32 | 96.72 | - |
| YUV | 125.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 255 | 0.25 | 0.74 | 0 | 0 | 280 | 1 | 0.63 |
| Hex | C0 | 42 | FF | 19 | 4A | 0 | 0 | 118 | 64 | 3F |
| Octal | 300 | 102 | 377 | 31 | 112 | 0 | 0 | 430 | 144 | 77 |
| Binary | 11000000 | 1000010 | 11111111 | 11001 | 1001010 | 0 | 0 | 100011000 | 1100100 | 111111 |
Color Harmonies of #C042FF
Complementary color
Monochromatic Colors of #C042FF
Black with #C042FF
Text Example
Text Example
White with #C042FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042FF; }
p { color: rgb(192,66,255); }
H1.HeaderClassName
{
color: #C042FF;
}
.AnyTagClassName
{
color: #C042FF;
}
</style>
background-color css
<style>
a { background-color: #C042FF; }
a { background-color: rgb(192,66,255); }
div.DivClassName
{
background-color: #C042FF;
}
.BgClassName
{
background-color: #C042FF;
}
</style>
border-color css
<style>
span { border-color: #C042FF; }
span { border-color: rgb(192,66,255); }
td.TdClassName
{
border-color: #C042FF;
}
.TagClassName
{
border-color: #C042FF;
}
</style>