Shades of Medium Orchid #C235F3
Tints of Medium Orchid #C235F3
RGB
CMYK
RGB Variations
Color information
#C235F3 (or 0xC235F3) is known color: Medium Orchid. HEX triplet: C2, 35 and F3. RGB value is (194,53,243). Sum of RGB (Red+Green+Blue) = 194+53+243=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #C235F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235F3 is #3DCA0C. Grayscale: #747474. Windows color (decimal): -4049421 or 15939010. OLE color: 15939010.
HSL color Cylindrical-coordinate representation of color #C235F3: hue angle of 284.53º 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 #C235F3 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 53 | 243 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.05 |
| HSL | 284.53º | 0.89% | 0.58% | - |
| HSV(B) | 284.53º | 0.78% | 0.95% | - |
| XYZ | 39.7 | 20.49 | 86.66 | - |
| YUV | 116.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 243 | 0.20 | 0.78 | 0 | 0.05 | 284.53 | 0.89 | 0.58 |
| Hex | C2 | 35 | F3 | 14 | 4E | 0 | 5 | 11D | 59 | 3A |
| Octal | 302 | 65 | 363 | 24 | 116 | 0 | 5 | 435 | 131 | 72 |
| Binary | 11000010 | 110101 | 11110011 | 10100 | 1001110 | 0 | 101 | 100011101 | 1011001 | 111010 |
Color Harmonies of #C235F3
Complementary color
Monochromatic Colors of #C235F3
Black with #C235F3
Text Example
Text Example
White with #C235F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235F3; }
p { color: rgb(194,53,243); }
H1.HeaderClassName
{
color: #C235F3;
}
.AnyTagClassName
{
color: #C235F3;
}
</style>
background-color css
<style>
a { background-color: #C235F3; }
a { background-color: rgb(194,53,243); }
div.DivClassName
{
background-color: #C235F3;
}
.BgClassName
{
background-color: #C235F3;
}
</style>
border-color css
<style>
span { border-color: #C235F3; }
span { border-color: rgb(194,53,243); }
td.TdClassName
{
border-color: #C235F3;
}
.TagClassName
{
border-color: #C235F3;
}
</style>