Shades of Medium Orchid #C243FC
Tints of Medium Orchid #C243FC
RGB
CMYK
RGB Variations
Color information
#C243FC (or 0xC243FC) is known color: Medium Orchid. HEX triplet: C2, 43 and FC. RGB value is (194,67,252). Sum of RGB (Red+Green+Blue) = 194+67+252=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 67 (26.56% from 255 or 13.06% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #C243FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C243FC is #3DBC03. Grayscale: #7D7D7D. Windows color (decimal): -4045828 or 16532418. OLE color: 16532418.
HSL color Cylindrical-coordinate representation of color #C243FC: hue angle of 281.19º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C243FC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 67 | 252 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.01 |
| HSL | 281.19º | 0.97% | 0.63% | - |
| HSV(B) | 281.19º | 0.73% | 0.99% | - |
| XYZ | 41.83 | 22.51 | 94.24 | - |
| YUV | 126.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 252 | 0.23 | 0.73 | 0 | 0.01 | 281.19 | 0.97 | 0.63 |
| Hex | C2 | 43 | FC | 17 | 49 | 0 | 1 | 119 | 61 | 3F |
| Octal | 302 | 103 | 374 | 27 | 111 | 0 | 1 | 431 | 141 | 77 |
| Binary | 11000010 | 1000011 | 11111100 | 10111 | 1001001 | 0 | 1 | 100011001 | 1100001 | 111111 |
Color Harmonies of #C243FC
Complementary color
Monochromatic Colors of #C243FC
Black with #C243FC
Text Example
Text Example
White with #C243FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243FC; }
p { color: rgb(194,67,252); }
H1.HeaderClassName
{
color: #C243FC;
}
.AnyTagClassName
{
color: #C243FC;
}
</style>
background-color css
<style>
a { background-color: #C243FC; }
a { background-color: rgb(194,67,252); }
div.DivClassName
{
background-color: #C243FC;
}
.BgClassName
{
background-color: #C243FC;
}
</style>
border-color css
<style>
span { border-color: #C243FC; }
span { border-color: rgb(194,67,252); }
td.TdClassName
{
border-color: #C243FC;
}
.TagClassName
{
border-color: #C243FC;
}
</style>