Shades of Medium Orchid #C03DE9
Tints of Medium Orchid #C03DE9
RGB
CMYK
RGB Variations
Color information
#C03DE9 (or 0xC03DE9) is known color: Medium Orchid. HEX triplet: C0, 3D and E9. RGB value is (192,61,233). Sum of RGB (Red+Green+Blue) = 192+61+233=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #C03DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DE9 is #3FC216. Grayscale: #777777. Windows color (decimal): -4178455 or 15285696. OLE color: 15285696.
HSL color Cylindrical-coordinate representation of color #C03DE9: hue angle of 285.7º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03DE9 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 61 | 233 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.09 |
| HSL | 285.7º | 0.8% | 0.58% | - |
| HSV(B) | 285.7º | 0.74% | 0.91% | - |
| XYZ | 38.11 | 20.43 | 79.02 | - |
| YUV | 119.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 233 | 0.18 | 0.74 | 0 | 0.09 | 285.7 | 0.8 | 0.58 |
| Hex | C0 | 3D | E9 | 12 | 4A | 0 | 9 | 11E | 50 | 3A |
| Octal | 300 | 75 | 351 | 22 | 112 | 0 | 11 | 436 | 120 | 72 |
| Binary | 11000000 | 111101 | 11101001 | 10010 | 1001010 | 0 | 1001 | 100011110 | 1010000 | 111010 |
Color Harmonies of #C03DE9
Complementary color
Monochromatic Colors of #C03DE9
Black with #C03DE9
Text Example
Text Example
White with #C03DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DE9; }
p { color: rgb(192,61,233); }
H1.HeaderClassName
{
color: #C03DE9;
}
.AnyTagClassName
{
color: #C03DE9;
}
</style>
background-color css
<style>
a { background-color: #C03DE9; }
a { background-color: rgb(192,61,233); }
div.DivClassName
{
background-color: #C03DE9;
}
.BgClassName
{
background-color: #C03DE9;
}
</style>
border-color css
<style>
span { border-color: #C03DE9; }
span { border-color: rgb(192,61,233); }
td.TdClassName
{
border-color: #C03DE9;
}
.TagClassName
{
border-color: #C03DE9;
}
</style>