Shades of Medium Orchid #C03DED
Tints of Medium Orchid #C03DED
RGB
CMYK
RGB Variations
Color information
#C03DED (or 0xC03DED) is known color: Medium Orchid. HEX triplet: C0, 3D and ED. RGB value is (192,61,237). Sum of RGB (Red+Green+Blue) = 192+61+237=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #C03DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DED is #3FC212. Grayscale: #777777. Windows color (decimal): -4178451 or 15547840. OLE color: 15547840.
HSL color Cylindrical-coordinate representation of color #C03DED: hue angle of 284.66º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03DED is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 61 | 237 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.07 |
| HSL | 284.66º | 0.83% | 0.58% | - |
| HSV(B) | 284.66º | 0.74% | 0.93% | - |
| XYZ | 38.69 | 20.66 | 82.07 | - |
| YUV | 120.23 | 193.9 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 237 | 0.19 | 0.74 | 0 | 0.07 | 284.66 | 0.83 | 0.58 |
| Hex | C0 | 3D | ED | 13 | 4A | 0 | 7 | 11D | 53 | 3A |
| Octal | 300 | 75 | 355 | 23 | 112 | 0 | 7 | 435 | 123 | 72 |
| Binary | 11000000 | 111101 | 11101101 | 10011 | 1001010 | 0 | 111 | 100011101 | 1010011 | 111010 |
Color Harmonies of #C03DED
Complementary color
Monochromatic Colors of #C03DED
Black with #C03DED
Text Example
Text Example
White with #C03DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DED; }
p { color: rgb(192,61,237); }
H1.HeaderClassName
{
color: #C03DED;
}
.AnyTagClassName
{
color: #C03DED;
}
</style>
background-color css
<style>
a { background-color: #C03DED; }
a { background-color: rgb(192,61,237); }
div.DivClassName
{
background-color: #C03DED;
}
.BgClassName
{
background-color: #C03DED;
}
</style>
border-color css
<style>
span { border-color: #C03DED; }
span { border-color: rgb(192,61,237); }
td.TdClassName
{
border-color: #C03DED;
}
.TagClassName
{
border-color: #C03DED;
}
</style>