Shades of Medium Orchid #C235F1
Tints of Medium Orchid #C235F1
RGB
CMYK
RGB Variations
Color information
#C235F1 (or 0xC235F1) is known color: Medium Orchid. HEX triplet: C2, 35 and F1. RGB value is (194,53,241). Sum of RGB (Red+Green+Blue) = 194+53+241=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #C235F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235F1 is #3DCA0E. Grayscale: #737373. Windows color (decimal): -4049423 or 15807938. OLE color: 15807938.
HSL color Cylindrical-coordinate representation of color #C235F1: hue angle of 285º degrees, saturation: 0.87, 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 #C235F1 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 53 | 241 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.05 |
| HSL | 285º | 0.87% | 0.58% | - |
| HSV(B) | 285º | 0.78% | 0.95% | - |
| XYZ | 39.4 | 20.37 | 85.07 | - |
| YUV | 116.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 241 | 0.20 | 0.78 | 0 | 0.05 | 285 | 0.87 | 0.58 |
| Hex | C2 | 35 | F1 | 14 | 4E | 0 | 5 | 11D | 57 | 3A |
| Octal | 302 | 65 | 361 | 24 | 116 | 0 | 5 | 435 | 127 | 72 |
| Binary | 11000010 | 110101 | 11110001 | 10100 | 1001110 | 0 | 101 | 100011101 | 1010111 | 111010 |
Color Harmonies of #C235F1
Complementary color
Monochromatic Colors of #C235F1
Black with #C235F1
Text Example
Text Example
White with #C235F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235F1; }
p { color: rgb(194,53,241); }
H1.HeaderClassName
{
color: #C235F1;
}
.AnyTagClassName
{
color: #C235F1;
}
</style>
background-color css
<style>
a { background-color: #C235F1; }
a { background-color: rgb(194,53,241); }
div.DivClassName
{
background-color: #C235F1;
}
.BgClassName
{
background-color: #C235F1;
}
</style>
border-color css
<style>
span { border-color: #C235F1; }
span { border-color: rgb(194,53,241); }
td.TdClassName
{
border-color: #C235F1;
}
.TagClassName
{
border-color: #C235F1;
}
</style>