Shades of Medium Orchid #C038FF
Tints of Medium Orchid #C038FF
RGB
CMYK
RGB Variations
Color information
#C038FF (or 0xC038FF) is known color: Medium Orchid. HEX triplet: C0, 38 and FF. RGB value is (192,56,255). Sum of RGB (Red+Green+Blue) = 192+56+255=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C038FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038FF is #3FC700. Grayscale: #767676. Windows color (decimal): -4179713 or 16726208. OLE color: 16726208.
HSL color Cylindrical-coordinate representation of color #C038FF: hue angle of 281.01º 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 #C038FF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 56 | 255 | - |
| CMYK | 0.25 | 0.78 | 0 | 0 |
| HSL | 281.01º | 1% | 0.61% | - |
| HSV(B) | 281.01º | 0.78% | 1% | - |
| XYZ | 41.2 | 21.25 | 96.54 | - |
| YUV | 119.35 | 204.56 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 255 | 0.25 | 0.78 | 0 | 0 | 281.01 | 1 | 0.61 |
| Hex | C0 | 38 | FF | 19 | 4E | 0 | 0 | 119 | 64 | 3D |
| Octal | 300 | 70 | 377 | 31 | 116 | 0 | 0 | 431 | 144 | 75 |
| Binary | 11000000 | 111000 | 11111111 | 11001 | 1001110 | 0 | 0 | 100011001 | 1100100 | 111101 |
Color Harmonies of #C038FF
Complementary color
Monochromatic Colors of #C038FF
Black with #C038FF
Text Example
Text Example
White with #C038FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038FF; }
p { color: rgb(192,56,255); }
H1.HeaderClassName
{
color: #C038FF;
}
.AnyTagClassName
{
color: #C038FF;
}
</style>
background-color css
<style>
a { background-color: #C038FF; }
a { background-color: rgb(192,56,255); }
div.DivClassName
{
background-color: #C038FF;
}
.BgClassName
{
background-color: #C038FF;
}
</style>
border-color css
<style>
span { border-color: #C038FF; }
span { border-color: rgb(192,56,255); }
td.TdClassName
{
border-color: #C038FF;
}
.TagClassName
{
border-color: #C038FF;
}
</style>