Shades of Medium Orchid #C236F3
Tints of Medium Orchid #C236F3
RGB
CMYK
RGB Variations
Color information
#C236F3 (or 0xC236F3) is known color: Medium Orchid. HEX triplet: C2, 36 and F3. RGB value is (194,54,243). Sum of RGB (Red+Green+Blue) = 194+54+243=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #C236F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236F3 is #3DC90C. Grayscale: #747474. Windows color (decimal): -4049165 or 15939266. OLE color: 15939266.
HSL color Cylindrical-coordinate representation of color #C236F3: hue angle of 284.44º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C236F3 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 54 | 243 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.05 |
| HSL | 284.44º | 0.89% | 0.58% | - |
| HSV(B) | 284.44º | 0.78% | 0.95% | - |
| XYZ | 39.74 | 20.58 | 86.67 | - |
| YUV | 117.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 243 | 0.20 | 0.78 | 0 | 0.05 | 284.44 | 0.89 | 0.58 |
| Hex | C2 | 36 | F3 | 14 | 4E | 0 | 5 | 11C | 59 | 3A |
| Octal | 302 | 66 | 363 | 24 | 116 | 0 | 5 | 434 | 131 | 72 |
| Binary | 11000010 | 110110 | 11110011 | 10100 | 1001110 | 0 | 101 | 100011100 | 1011001 | 111010 |
Color Harmonies of #C236F3
Complementary color
Monochromatic Colors of #C236F3
Black with #C236F3
Text Example
Text Example
White with #C236F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236F3; }
p { color: rgb(194,54,243); }
H1.HeaderClassName
{
color: #C236F3;
}
.AnyTagClassName
{
color: #C236F3;
}
</style>
background-color css
<style>
a { background-color: #C236F3; }
a { background-color: rgb(194,54,243); }
div.DivClassName
{
background-color: #C236F3;
}
.BgClassName
{
background-color: #C236F3;
}
</style>
border-color css
<style>
span { border-color: #C236F3; }
span { border-color: rgb(194,54,243); }
td.TdClassName
{
border-color: #C236F3;
}
.TagClassName
{
border-color: #C236F3;
}
</style>