Shades of Medium Orchid #C938FA
Tints of Medium Orchid #C938FA
RGB
CMYK
RGB Variations
Color information
#C938FA (or 0xC938FA) is known color: Medium Orchid. HEX triplet: C9, 38 and FA. RGB value is (201,56,250). Sum of RGB (Red+Green+Blue) = 201+56+250=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C938FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C938FA is #36C705. Grayscale: #787878. Windows color (decimal): -3589894 or 16398537. OLE color: 16398537.
HSL color Cylindrical-coordinate representation of color #C938FA: hue angle of 284.85º degrees, saturation: 0.95, 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 #C938FA is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 56 | 250 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.02 |
| HSL | 284.85º | 0.95% | 0.6% | - |
| HSV(B) | 284.85º | 0.78% | 0.98% | - |
| XYZ | 42.76 | 22.15 | 92.46 | - |
| YUV | 121.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 250 | 0.20 | 0.78 | 0 | 0.02 | 284.85 | 0.95 | 0.6 |
| Hex | C9 | 38 | FA | 14 | 4E | 0 | 2 | 11D | 5F | 3C |
| Octal | 311 | 70 | 372 | 24 | 116 | 0 | 2 | 435 | 137 | 74 |
| Binary | 11001001 | 111000 | 11111010 | 10100 | 1001110 | 0 | 10 | 100011101 | 1011111 | 111100 |
Color Harmonies of #C938FA
Complementary color
Monochromatic Colors of #C938FA
Black with #C938FA
Text Example
Text Example
White with #C938FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938FA; }
p { color: rgb(201,56,250); }
H1.HeaderClassName
{
color: #C938FA;
}
.AnyTagClassName
{
color: #C938FA;
}
</style>
background-color css
<style>
a { background-color: #C938FA; }
a { background-color: rgb(201,56,250); }
div.DivClassName
{
background-color: #C938FA;
}
.BgClassName
{
background-color: #C938FA;
}
</style>
border-color css
<style>
span { border-color: #C938FA; }
span { border-color: rgb(201,56,250); }
td.TdClassName
{
border-color: #C938FA;
}
.TagClassName
{
border-color: #C938FA;
}
</style>