Shades of Medium Orchid #C044D2
Tints of Medium Orchid #C044D2
RGB
CMYK
RGB Variations
Color information
#C044D2 (or 0xC044D2) is known color: Medium Orchid. HEX triplet: C0, 44 and D2. RGB value is (192,68,210). Sum of RGB (Red+Green+Blue) = 192+68+210=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #C044D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044D2 is #3FBB2D. Grayscale: #787878. Windows color (decimal): -4176686 or 13780160. OLE color: 13780160.
HSL color Cylindrical-coordinate representation of color #C044D2: hue angle of 292.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C044D2 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 68 | 210 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.18 |
| HSL | 292.39º | 0.61% | 0.55% | - |
| HSV(B) | 292.39º | 0.68% | 0.82% | - |
| XYZ | 35.44 | 19.99 | 62.96 | - |
| YUV | 121.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 210 | 0.09 | 0.68 | 0 | 0.18 | 292.39 | 0.61 | 0.55 |
| Hex | C0 | 44 | D2 | 9 | 44 | 0 | 12 | 124 | 3D | 37 |
| Octal | 300 | 104 | 322 | 11 | 104 | 0 | 22 | 444 | 75 | 67 |
| Binary | 11000000 | 1000100 | 11010010 | 1001 | 1000100 | 0 | 10010 | 100100100 | 111101 | 110111 |
Color Harmonies of #C044D2
Complementary color
Monochromatic Colors of #C044D2
Black with #C044D2
Text Example
Text Example
White with #C044D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044D2; }
p { color: rgb(192,68,210); }
H1.HeaderClassName
{
color: #C044D2;
}
.AnyTagClassName
{
color: #C044D2;
}
</style>
background-color css
<style>
a { background-color: #C044D2; }
a { background-color: rgb(192,68,210); }
div.DivClassName
{
background-color: #C044D2;
}
.BgClassName
{
background-color: #C044D2;
}
</style>
border-color css
<style>
span { border-color: #C044D2; }
span { border-color: rgb(192,68,210); }
td.TdClassName
{
border-color: #C044D2;
}
.TagClassName
{
border-color: #C044D2;
}
</style>