Shades of Medium Orchid #C039FD
Tints of Medium Orchid #C039FD
RGB
CMYK
RGB Variations
Color information
#C039FD (or 0xC039FD) is known color: Medium Orchid. HEX triplet: C0, 39 and FD. RGB value is (192,57,253). Sum of RGB (Red+Green+Blue) = 192+57+253=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C039FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C039FD is #3FC602. Grayscale: #777777. Windows color (decimal): -4179459 or 16595392. OLE color: 16595392.
HSL color Cylindrical-coordinate representation of color #C039FD: hue angle of 281.33º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C039FD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 57 | 253 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.01 |
| HSL | 281.33º | 0.98% | 0.61% | - |
| HSV(B) | 281.33º | 0.77% | 0.99% | - |
| XYZ | 40.93 | 21.22 | 94.87 | - |
| YUV | 119.71 | 203.23 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 253 | 0.24 | 0.77 | 0 | 0.01 | 281.33 | 0.98 | 0.61 |
| Hex | C0 | 39 | FD | 18 | 4D | 0 | 1 | 119 | 62 | 3D |
| Octal | 300 | 71 | 375 | 30 | 115 | 0 | 1 | 431 | 142 | 75 |
| Binary | 11000000 | 111001 | 11111101 | 11000 | 1001101 | 0 | 1 | 100011001 | 1100010 | 111101 |
Color Harmonies of #C039FD
Complementary color
Monochromatic Colors of #C039FD
Black with #C039FD
Text Example
Text Example
White with #C039FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C039FD; }
p { color: rgb(192,57,253); }
H1.HeaderClassName
{
color: #C039FD;
}
.AnyTagClassName
{
color: #C039FD;
}
</style>
background-color css
<style>
a { background-color: #C039FD; }
a { background-color: rgb(192,57,253); }
div.DivClassName
{
background-color: #C039FD;
}
.BgClassName
{
background-color: #C039FD;
}
</style>
border-color css
<style>
span { border-color: #C039FD; }
span { border-color: rgb(192,57,253); }
td.TdClassName
{
border-color: #C039FD;
}
.TagClassName
{
border-color: #C039FD;
}
</style>