Shades of Medium Orchid #C038FD
Tints of Medium Orchid #C038FD
RGB
CMYK
RGB Variations
Color information
#C038FD (or 0xC038FD) is known color: Medium Orchid. HEX triplet: C0, 38 and FD. RGB value is (192,56,253). Sum of RGB (Red+Green+Blue) = 192+56+253=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C038FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C038FD is #3FC702. Grayscale: #767676. Windows color (decimal): -4179715 or 16595136. OLE color: 16595136.
HSL color Cylindrical-coordinate representation of color #C038FD: hue angle of 281.42º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C038FD is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 56 | 253 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.01 |
| HSL | 281.42º | 0.98% | 0.61% | - |
| HSV(B) | 281.42º | 0.78% | 0.99% | - |
| XYZ | 40.88 | 21.13 | 94.85 | - |
| YUV | 119.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 253 | 0.24 | 0.78 | 0 | 0.01 | 281.42 | 0.98 | 0.61 |
| Hex | C0 | 38 | FD | 18 | 4E | 0 | 1 | 119 | 62 | 3D |
| Octal | 300 | 70 | 375 | 30 | 116 | 0 | 1 | 431 | 142 | 75 |
| Binary | 11000000 | 111000 | 11111101 | 11000 | 1001110 | 0 | 1 | 100011001 | 1100010 | 111101 |
Color Harmonies of #C038FD
Complementary color
Monochromatic Colors of #C038FD
Black with #C038FD
Text Example
Text Example
White with #C038FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038FD; }
p { color: rgb(192,56,253); }
H1.HeaderClassName
{
color: #C038FD;
}
.AnyTagClassName
{
color: #C038FD;
}
</style>
background-color css
<style>
a { background-color: #C038FD; }
a { background-color: rgb(192,56,253); }
div.DivClassName
{
background-color: #C038FD;
}
.BgClassName
{
background-color: #C038FD;
}
</style>
border-color css
<style>
span { border-color: #C038FD; }
span { border-color: rgb(192,56,253); }
td.TdClassName
{
border-color: #C038FD;
}
.TagClassName
{
border-color: #C038FD;
}
</style>