Shades of Medium Orchid #C238FB
Tints of Medium Orchid #C238FB
RGB
CMYK
RGB Variations
Color information
#C238FB (or 0xC238FB) is known color: Medium Orchid. HEX triplet: C2, 38 and FB. RGB value is (194,56,251). Sum of RGB (Red+Green+Blue) = 194+56+251=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #C238FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238FB is #3DC704. Grayscale: #767676. Windows color (decimal): -4048645 or 16464066. OLE color: 16464066.
HSL color Cylindrical-coordinate representation of color #C238FB: hue angle of 282.46º degrees, saturation: 0.96, 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 #C238FB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 56 | 251 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.02 |
| HSL | 282.46º | 0.96% | 0.6% | - |
| HSV(B) | 282.46º | 0.78% | 0.98% | - |
| XYZ | 41.07 | 21.26 | 93.21 | - |
| YUV | 119.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 251 | 0.23 | 0.78 | 0 | 0.02 | 282.46 | 0.96 | 0.6 |
| Hex | C2 | 38 | FB | 17 | 4E | 0 | 2 | 11A | 60 | 3C |
| Octal | 302 | 70 | 373 | 27 | 116 | 0 | 2 | 432 | 140 | 74 |
| Binary | 11000010 | 111000 | 11111011 | 10111 | 1001110 | 0 | 10 | 100011010 | 1100000 | 111100 |
Color Harmonies of #C238FB
Complementary color
Monochromatic Colors of #C238FB
Black with #C238FB
Text Example
Text Example
White with #C238FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238FB; }
p { color: rgb(194,56,251); }
H1.HeaderClassName
{
color: #C238FB;
}
.AnyTagClassName
{
color: #C238FB;
}
</style>
background-color css
<style>
a { background-color: #C238FB; }
a { background-color: rgb(194,56,251); }
div.DivClassName
{
background-color: #C238FB;
}
.BgClassName
{
background-color: #C238FB;
}
</style>
border-color css
<style>
span { border-color: #C238FB; }
span { border-color: rgb(194,56,251); }
td.TdClassName
{
border-color: #C238FB;
}
.TagClassName
{
border-color: #C238FB;
}
</style>