Shades of Medium Orchid #C243F4
Tints of Medium Orchid #C243F4
RGB
CMYK
RGB Variations
Color information
#C243F4 (or 0xC243F4) is known color: Medium Orchid. HEX triplet: C2, 43 and F4. RGB value is (194,67,244). Sum of RGB (Red+Green+Blue) = 194+67+244=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #C243F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243F4 is #3DBC0B. Grayscale: #7C7C7C. Windows color (decimal): -4045836 or 16008130. OLE color: 16008130.
HSL color Cylindrical-coordinate representation of color #C243F4: hue angle of 283.05º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C243F4 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 67 | 244 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.04 |
| HSL | 283.05º | 0.89% | 0.61% | - |
| HSV(B) | 283.05º | 0.73% | 0.96% | - |
| XYZ | 40.58 | 22.02 | 87.7 | - |
| YUV | 125.15 | 195.08 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 244 | 0.20 | 0.73 | 0 | 0.04 | 283.05 | 0.89 | 0.61 |
| Hex | C2 | 43 | F4 | 14 | 49 | 0 | 4 | 11B | 59 | 3D |
| Octal | 302 | 103 | 364 | 24 | 111 | 0 | 4 | 433 | 131 | 75 |
| Binary | 11000010 | 1000011 | 11110100 | 10100 | 1001001 | 0 | 100 | 100011011 | 1011001 | 111101 |
Color Harmonies of #C243F4
Complementary color
Monochromatic Colors of #C243F4
Black with #C243F4
Text Example
Text Example
White with #C243F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243F4; }
p { color: rgb(194,67,244); }
H1.HeaderClassName
{
color: #C243F4;
}
.AnyTagClassName
{
color: #C243F4;
}
</style>
background-color css
<style>
a { background-color: #C243F4; }
a { background-color: rgb(194,67,244); }
div.DivClassName
{
background-color: #C243F4;
}
.BgClassName
{
background-color: #C243F4;
}
</style>
border-color css
<style>
span { border-color: #C243F4; }
span { border-color: rgb(194,67,244); }
td.TdClassName
{
border-color: #C243F4;
}
.TagClassName
{
border-color: #C243F4;
}
</style>