Shades of Medium Orchid #C938FF
Tints of Medium Orchid #C938FF
RGB
CMYK
RGB Variations
Color information
#C938FF (or 0xC938FF) is known color: Medium Orchid. HEX triplet: C9, 38 and FF. RGB value is (201,56,255). Sum of RGB (Red+Green+Blue) = 201+56+255=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #C938FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C938FF is #36C700. Grayscale: #797979. Windows color (decimal): -3589889 or 16726217. OLE color: 16726217.
HSL color Cylindrical-coordinate representation of color #C938FF: hue angle of 283.72º 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 #C938FF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 56 | 255 | - |
| CMYK | 0.21 | 0.78 | 0 | 0 |
| HSL | 283.72º | 1% | 0.61% | - |
| HSV(B) | 283.72º | 0.78% | 1% | - |
| XYZ | 43.55 | 22.47 | 96.65 | - |
| YUV | 122.04 | 203.04 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 255 | 0.21 | 0.78 | 0 | 0 | 283.72 | 1 | 0.61 |
| Hex | C9 | 38 | FF | 15 | 4E | 0 | 0 | 11C | 64 | 3D |
| Octal | 311 | 70 | 377 | 25 | 116 | 0 | 0 | 434 | 144 | 75 |
| Binary | 11001001 | 111000 | 11111111 | 10101 | 1001110 | 0 | 0 | 100011100 | 1100100 | 111101 |
Color Harmonies of #C938FF
Complementary color
Monochromatic Colors of #C938FF
Black with #C938FF
Text Example
Text Example
White with #C938FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938FF; }
p { color: rgb(201,56,255); }
H1.HeaderClassName
{
color: #C938FF;
}
.AnyTagClassName
{
color: #C938FF;
}
</style>
background-color css
<style>
a { background-color: #C938FF; }
a { background-color: rgb(201,56,255); }
div.DivClassName
{
background-color: #C938FF;
}
.BgClassName
{
background-color: #C938FF;
}
</style>
border-color css
<style>
span { border-color: #C938FF; }
span { border-color: rgb(201,56,255); }
td.TdClassName
{
border-color: #C938FF;
}
.TagClassName
{
border-color: #C938FF;
}
</style>