Shades of Medium Orchid #C238F9
Tints of Medium Orchid #C238F9
RGB
CMYK
RGB Variations
Color information
#C238F9 (or 0xC238F9) is known color: Medium Orchid. HEX triplet: C2, 38 and F9. RGB value is (194,56,249). Sum of RGB (Red+Green+Blue) = 194+56+249=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #C238F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238F9 is #3DC706. Grayscale: #767676. Windows color (decimal): -4048647 or 16332994. OLE color: 16332994.
HSL color Cylindrical-coordinate representation of color #C238F9: hue angle of 282.9º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C238F9 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 56 | 249 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.02 |
| HSL | 282.9º | 0.94% | 0.6% | - |
| HSV(B) | 282.9º | 0.78% | 0.98% | - |
| XYZ | 40.76 | 21.14 | 91.55 | - |
| YUV | 119.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 249 | 0.22 | 0.78 | 0 | 0.02 | 282.9 | 0.94 | 0.6 |
| Hex | C2 | 38 | F9 | 16 | 4E | 0 | 2 | 11B | 5E | 3C |
| Octal | 302 | 70 | 371 | 26 | 116 | 0 | 2 | 433 | 136 | 74 |
| Binary | 11000010 | 111000 | 11111001 | 10110 | 1001110 | 0 | 10 | 100011011 | 1011110 | 111100 |
Color Harmonies of #C238F9
Complementary color
Monochromatic Colors of #C238F9
Black with #C238F9
Text Example
Text Example
White with #C238F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238F9; }
p { color: rgb(194,56,249); }
H1.HeaderClassName
{
color: #C238F9;
}
.AnyTagClassName
{
color: #C238F9;
}
</style>
background-color css
<style>
a { background-color: #C238F9; }
a { background-color: rgb(194,56,249); }
div.DivClassName
{
background-color: #C238F9;
}
.BgClassName
{
background-color: #C238F9;
}
</style>
border-color css
<style>
span { border-color: #C238F9; }
span { border-color: rgb(194,56,249); }
td.TdClassName
{
border-color: #C238F9;
}
.TagClassName
{
border-color: #C238F9;
}
</style>