Shades of Medium Orchid #C138FC
Tints of Medium Orchid #C138FC
RGB
CMYK
RGB Variations
Color information
#C138FC (or 0xC138FC) is known color: Medium Orchid. HEX triplet: C1, 38 and FC. RGB value is (193,56,252). Sum of RGB (Red+Green+Blue) = 193+56+252=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C138FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138FC is #3EC703. Grayscale: #767676. Windows color (decimal): -4114180 or 16529601. OLE color: 16529601.
HSL color Cylindrical-coordinate representation of color #C138FC: hue angle of 281.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C138FC is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 56 | 252 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.01 |
| HSL | 281.94º | 0.97% | 0.6% | - |
| HSV(B) | 281.94º | 0.78% | 0.99% | - |
| XYZ | 40.98 | 21.19 | 94.03 | - |
| YUV | 119.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 56 | 252 | 0.23 | 0.78 | 0 | 0.01 | 281.94 | 0.97 | 0.6 |
| Hex | C1 | 38 | FC | 17 | 4E | 0 | 1 | 11A | 61 | 3C |
| Octal | 301 | 70 | 374 | 27 | 116 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000001 | 111000 | 11111100 | 10111 | 1001110 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C138FC
Complementary color
Monochromatic Colors of #C138FC
Black with #C138FC
Text Example
Text Example
White with #C138FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C138FC; }
p { color: rgb(193,56,252); }
H1.HeaderClassName
{
color: #C138FC;
}
.AnyTagClassName
{
color: #C138FC;
}
</style>
background-color css
<style>
a { background-color: #C138FC; }
a { background-color: rgb(193,56,252); }
div.DivClassName
{
background-color: #C138FC;
}
.BgClassName
{
background-color: #C138FC;
}
</style>
border-color css
<style>
span { border-color: #C138FC; }
span { border-color: rgb(193,56,252); }
td.TdClassName
{
border-color: #C138FC;
}
.TagClassName
{
border-color: #C138FC;
}
</style>