Shades of Medium Orchid #C242FF
Tints of Medium Orchid #C242FF
RGB
CMYK
RGB Variations
Color information
#C242FF (or 0xC242FF) is known color: Medium Orchid. HEX triplet: C2, 42 and FF. RGB value is (194,66,255). Sum of RGB (Red+Green+Blue) = 194+66+255=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #C242FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242FF is #3DBD00. Grayscale: #7D7D7D. Windows color (decimal): -4046081 or 16728770. OLE color: 16728770.
HSL color Cylindrical-coordinate representation of color #C242FF: hue angle of 280.63º 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 #C242FF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 66 | 255 | - |
| CMYK | 0.24 | 0.74 | 0 | 0 |
| HSL | 280.63º | 1% | 0.63% | - |
| HSV(B) | 280.63º | 0.74% | 1% | - |
| XYZ | 42.25 | 22.59 | 96.74 | - |
| YUV | 125.82 | 200.91 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 255 | 0.24 | 0.74 | 0 | 0 | 280.63 | 1 | 0.63 |
| Hex | C2 | 42 | FF | 18 | 4A | 0 | 0 | 119 | 64 | 3F |
| Octal | 302 | 102 | 377 | 30 | 112 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000010 | 1000010 | 11111111 | 11000 | 1001010 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C242FF
Complementary color
Monochromatic Colors of #C242FF
Black with #C242FF
Text Example
Text Example
White with #C242FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242FF; }
p { color: rgb(194,66,255); }
H1.HeaderClassName
{
color: #C242FF;
}
.AnyTagClassName
{
color: #C242FF;
}
</style>
background-color css
<style>
a { background-color: #C242FF; }
a { background-color: rgb(194,66,255); }
div.DivClassName
{
background-color: #C242FF;
}
.BgClassName
{
background-color: #C242FF;
}
</style>
border-color css
<style>
span { border-color: #C242FF; }
span { border-color: rgb(194,66,255); }
td.TdClassName
{
border-color: #C242FF;
}
.TagClassName
{
border-color: #C242FF;
}
</style>