Shades of Medium Orchid #C235EB
Tints of Medium Orchid #C235EB
RGB
CMYK
RGB Variations
Color information
#C235EB (or 0xC235EB) is known color: Medium Orchid. HEX triplet: C2, 35 and EB. RGB value is (194,53,235). Sum of RGB (Red+Green+Blue) = 194+53+235=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C235EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235EB is #3DCA14. Grayscale: #737373. Windows color (decimal): -4049429 or 15414722. OLE color: 15414722.
HSL color Cylindrical-coordinate representation of color #C235EB: hue angle of 286.48º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C235EB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 53 | 235 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.08 |
| HSL | 286.48º | 0.82% | 0.56% | - |
| HSV(B) | 286.48º | 0.77% | 0.92% | - |
| XYZ | 38.52 | 20.01 | 80.43 | - |
| YUV | 115.91 | 195.21 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 235 | 0.17 | 0.77 | 0 | 0.08 | 286.48 | 0.82 | 0.56 |
| Hex | C2 | 35 | EB | 11 | 4D | 0 | 8 | 11E | 52 | 38 |
| Octal | 302 | 65 | 353 | 21 | 115 | 0 | 10 | 436 | 122 | 70 |
| Binary | 11000010 | 110101 | 11101011 | 10001 | 1001101 | 0 | 1000 | 100011110 | 1010010 | 111000 |
Color Harmonies of #C235EB
Complementary color
Monochromatic Colors of #C235EB
Black with #C235EB
Text Example
Text Example
White with #C235EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235EB; }
p { color: rgb(194,53,235); }
H1.HeaderClassName
{
color: #C235EB;
}
.AnyTagClassName
{
color: #C235EB;
}
</style>
background-color css
<style>
a { background-color: #C235EB; }
a { background-color: rgb(194,53,235); }
div.DivClassName
{
background-color: #C235EB;
}
.BgClassName
{
background-color: #C235EB;
}
</style>
border-color css
<style>
span { border-color: #C235EB; }
span { border-color: rgb(194,53,235); }
td.TdClassName
{
border-color: #C235EB;
}
.TagClassName
{
border-color: #C235EB;
}
</style>