Shades of Medium Orchid #C938FE
Tints of Medium Orchid #C938FE
RGB
CMYK
RGB Variations
Color information
#C938FE (or 0xC938FE) is known color: Medium Orchid. HEX triplet: C9, 38 and FE. RGB value is (201,56,254). Sum of RGB (Red+Green+Blue) = 201+56+254=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #C938FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C938FE is #36C701. Grayscale: #797979. Windows color (decimal): -3589890 or 16660681. OLE color: 16660681.
HSL color Cylindrical-coordinate representation of color #C938FE: hue angle of 283.94º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C938FE is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 56 | 254 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.00 |
| HSL | 283.94º | 0.99% | 0.61% | - |
| HSV(B) | 283.94º | 0.78% | 1% | - |
| XYZ | 43.39 | 22.4 | 95.8 | - |
| YUV | 121.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 254 | 0.21 | 0.78 | 0 | 0.00 | 283.94 | 0.99 | 0.61 |
| Hex | C9 | 38 | FE | 15 | 4E | 0 | 0 | 11C | 63 | 3D |
| Octal | 311 | 70 | 376 | 25 | 116 | 0 | 0 | 434 | 143 | 75 |
| Binary | 11001001 | 111000 | 11111110 | 10101 | 1001110 | 0 | 0 | 100011100 | 1100011 | 111101 |
Color Harmonies of #C938FE
Complementary color
Monochromatic Colors of #C938FE
Black with #C938FE
Text Example
Text Example
White with #C938FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938FE; }
p { color: rgb(201,56,254); }
H1.HeaderClassName
{
color: #C938FE;
}
.AnyTagClassName
{
color: #C938FE;
}
</style>
background-color css
<style>
a { background-color: #C938FE; }
a { background-color: rgb(201,56,254); }
div.DivClassName
{
background-color: #C938FE;
}
.BgClassName
{
background-color: #C938FE;
}
</style>
border-color css
<style>
span { border-color: #C938FE; }
span { border-color: rgb(201,56,254); }
td.TdClassName
{
border-color: #C938FE;
}
.TagClassName
{
border-color: #C938FE;
}
</style>