Shades of Medium Orchid #C242F9
Tints of Medium Orchid #C242F9
RGB
CMYK
RGB Variations
Color information
#C242F9 (or 0xC242F9) is known color: Medium Orchid. HEX triplet: C2, 42 and F9. RGB value is (194,66,249). Sum of RGB (Red+Green+Blue) = 194+66+249=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #C242F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242F9 is #3DBD06. Grayscale: #7C7C7C. Windows color (decimal): -4046087 or 16335554. OLE color: 16335554.
HSL color Cylindrical-coordinate representation of color #C242F9: hue angle of 281.97º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C242F9 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 66 | 249 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.02 |
| HSL | 281.97º | 0.94% | 0.62% | - |
| HSV(B) | 281.97º | 0.73% | 0.98% | - |
| XYZ | 41.3 | 22.21 | 91.73 | - |
| YUV | 125.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 249 | 0.22 | 0.73 | 0 | 0.02 | 281.97 | 0.94 | 0.62 |
| Hex | C2 | 42 | F9 | 16 | 49 | 0 | 2 | 11A | 5E | 3E |
| Octal | 302 | 102 | 371 | 26 | 111 | 0 | 2 | 432 | 136 | 76 |
| Binary | 11000010 | 1000010 | 11111001 | 10110 | 1001001 | 0 | 10 | 100011010 | 1011110 | 111110 |
Color Harmonies of #C242F9
Complementary color
Monochromatic Colors of #C242F9
Black with #C242F9
Text Example
Text Example
White with #C242F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242F9; }
p { color: rgb(194,66,249); }
H1.HeaderClassName
{
color: #C242F9;
}
.AnyTagClassName
{
color: #C242F9;
}
</style>
background-color css
<style>
a { background-color: #C242F9; }
a { background-color: rgb(194,66,249); }
div.DivClassName
{
background-color: #C242F9;
}
.BgClassName
{
background-color: #C242F9;
}
</style>
border-color css
<style>
span { border-color: #C242F9; }
span { border-color: rgb(194,66,249); }
td.TdClassName
{
border-color: #C242F9;
}
.TagClassName
{
border-color: #C242F9;
}
</style>