Shades of Medium Orchid #C242F7
Tints of Medium Orchid #C242F7
RGB
CMYK
RGB Variations
Color information
#C242F7 (or 0xC242F7) is known color: Medium Orchid. HEX triplet: C2, 42 and F7. RGB value is (194,66,247). Sum of RGB (Red+Green+Blue) = 194+66+247=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #C242F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242F7 is #3DBD08. Grayscale: #7C7C7C. Windows color (decimal): -4046089 or 16204482. OLE color: 16204482.
HSL color Cylindrical-coordinate representation of color #C242F7: hue angle of 282.43º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C242F7 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 66 | 247 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.03 |
| HSL | 282.43º | 0.92% | 0.61% | - |
| HSV(B) | 282.43º | 0.73% | 0.97% | - |
| XYZ | 40.98 | 22.08 | 90.1 | - |
| YUV | 124.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 247 | 0.21 | 0.73 | 0 | 0.03 | 282.43 | 0.92 | 0.61 |
| Hex | C2 | 42 | F7 | 15 | 49 | 0 | 3 | 11A | 5C | 3D |
| Octal | 302 | 102 | 367 | 25 | 111 | 0 | 3 | 432 | 134 | 75 |
| Binary | 11000010 | 1000010 | 11110111 | 10101 | 1001001 | 0 | 11 | 100011010 | 1011100 | 111101 |
Color Harmonies of #C242F7
Complementary color
Monochromatic Colors of #C242F7
Black with #C242F7
Text Example
Text Example
White with #C242F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242F7; }
p { color: rgb(194,66,247); }
H1.HeaderClassName
{
color: #C242F7;
}
.AnyTagClassName
{
color: #C242F7;
}
</style>
background-color css
<style>
a { background-color: #C242F7; }
a { background-color: rgb(194,66,247); }
div.DivClassName
{
background-color: #C242F7;
}
.BgClassName
{
background-color: #C242F7;
}
</style>
border-color css
<style>
span { border-color: #C242F7; }
span { border-color: rgb(194,66,247); }
td.TdClassName
{
border-color: #C242F7;
}
.TagClassName
{
border-color: #C242F7;
}
</style>