Shades of Medium Orchid #C03DCE
Tints of Medium Orchid #C03DCE
RGB
CMYK
RGB Variations
Color information
#C03DCE (or 0xC03DCE) is known color: Medium Orchid. HEX triplet: C0, 3D and CE. RGB value is (192,61,206). Sum of RGB (Red+Green+Blue) = 192+61+206=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C03DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DCE is #3FC231. Grayscale: #747474. Windows color (decimal): -4178482 or 13516224. OLE color: 13516224.
HSL color Cylindrical-coordinate representation of color #C03DCE: hue angle of 294.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03DCE is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 61 | 206 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.19 |
| HSL | 294.21º | 0.6% | 0.52% | - |
| HSV(B) | 294.21º | 0.7% | 0.81% | - |
| XYZ | 34.55 | 19 | 60.24 | - |
| YUV | 116.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 206 | 0.07 | 0.70 | 0 | 0.19 | 294.21 | 0.6 | 0.52 |
| Hex | C0 | 3D | CE | 7 | 46 | 0 | 13 | 126 | 3C | 34 |
| Octal | 300 | 75 | 316 | 7 | 106 | 0 | 23 | 446 | 74 | 64 |
| Binary | 11000000 | 111101 | 11001110 | 111 | 1000110 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #C03DCE
Complementary color
Monochromatic Colors of #C03DCE
Black with #C03DCE
Text Example
Text Example
White with #C03DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DCE; }
p { color: rgb(192,61,206); }
H1.HeaderClassName
{
color: #C03DCE;
}
.AnyTagClassName
{
color: #C03DCE;
}
</style>
background-color css
<style>
a { background-color: #C03DCE; }
a { background-color: rgb(192,61,206); }
div.DivClassName
{
background-color: #C03DCE;
}
.BgClassName
{
background-color: #C03DCE;
}
</style>
border-color css
<style>
span { border-color: #C03DCE; }
span { border-color: rgb(192,61,206); }
td.TdClassName
{
border-color: #C03DCE;
}
.TagClassName
{
border-color: #C03DCE;
}
</style>