Shades of Medium Orchid #C238FF
Tints of Medium Orchid #C238FF
RGB
CMYK
RGB Variations
Color information
#C238FF (or 0xC238FF) is known color: Medium Orchid. HEX triplet: C2, 38 and FF. RGB value is (194,56,255). Sum of RGB (Red+Green+Blue) = 194+56+255=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 56 (22.27% from 255 or 11.09% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #C238FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238FF is #3DC700. Grayscale: #777777. Windows color (decimal): -4048641 or 16726210. OLE color: 16726210.
HSL color Cylindrical-coordinate representation of color #C238FF: hue angle of 281.61º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C238FF is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 56 | 255 | - |
| CMYK | 0.24 | 0.78 | 0 | 0 |
| HSL | 281.61º | 1% | 0.61% | - |
| HSV(B) | 281.61º | 0.78% | 1% | - |
| XYZ | 41.71 | 21.52 | 96.56 | - |
| YUV | 119.95 | 204.22 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 255 | 0.24 | 0.78 | 0 | 0 | 281.61 | 1 | 0.61 |
| Hex | C2 | 38 | FF | 18 | 4E | 0 | 0 | 11A | 64 | 3D |
| Octal | 302 | 70 | 377 | 30 | 116 | 0 | 0 | 432 | 144 | 75 |
| Binary | 11000010 | 111000 | 11111111 | 11000 | 1001110 | 0 | 0 | 100011010 | 1100100 | 111101 |
Color Harmonies of #C238FF
Complementary color
Monochromatic Colors of #C238FF
Black with #C238FF
Text Example
Text Example
White with #C238FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238FF; }
p { color: rgb(194,56,255); }
H1.HeaderClassName
{
color: #C238FF;
}
.AnyTagClassName
{
color: #C238FF;
}
</style>
background-color css
<style>
a { background-color: #C238FF; }
a { background-color: rgb(194,56,255); }
div.DivClassName
{
background-color: #C238FF;
}
.BgClassName
{
background-color: #C238FF;
}
</style>
border-color css
<style>
span { border-color: #C238FF; }
span { border-color: rgb(194,56,255); }
td.TdClassName
{
border-color: #C238FF;
}
.TagClassName
{
border-color: #C238FF;
}
</style>