Shades of Medium Orchid #C239E6
Tints of Medium Orchid #C239E6
RGB
CMYK
RGB Variations
Color information
#C239E6 (or 0xC239E6) is known color: Medium Orchid. HEX triplet: C2, 39 and E6. RGB value is (194,57,230). Sum of RGB (Red+Green+Blue) = 194+57+230=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #C239E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C239E6 is #3DC619. Grayscale: #757575. Windows color (decimal): -4048410 or 15088066. OLE color: 15088066.
HSL color Cylindrical-coordinate representation of color #C239E6: hue angle of 287.51º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C239E6 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 57 | 230 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.10 |
| HSL | 287.51º | 0.78% | 0.56% | - |
| HSV(B) | 287.51º | 0.75% | 0.9% | - |
| XYZ | 37.99 | 20.11 | 76.74 | - |
| YUV | 117.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 230 | 0.16 | 0.75 | 0 | 0.10 | 287.51 | 0.78 | 0.56 |
| Hex | C2 | 39 | E6 | 10 | 4B | 0 | A | 120 | 4E | 38 |
| Octal | 302 | 71 | 346 | 20 | 113 | 0 | 12 | 440 | 116 | 70 |
| Binary | 11000010 | 111001 | 11100110 | 10000 | 1001011 | 0 | 1010 | 100100000 | 1001110 | 111000 |
Color Harmonies of #C239E6
Complementary color
Monochromatic Colors of #C239E6
Black with #C239E6
Text Example
Text Example
White with #C239E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239E6; }
p { color: rgb(194,57,230); }
H1.HeaderClassName
{
color: #C239E6;
}
.AnyTagClassName
{
color: #C239E6;
}
</style>
background-color css
<style>
a { background-color: #C239E6; }
a { background-color: rgb(194,57,230); }
div.DivClassName
{
background-color: #C239E6;
}
.BgClassName
{
background-color: #C239E6;
}
</style>
border-color css
<style>
span { border-color: #C239E6; }
span { border-color: rgb(194,57,230); }
td.TdClassName
{
border-color: #C239E6;
}
.TagClassName
{
border-color: #C239E6;
}
</style>