Shades of Medium Orchid #C044CD
Tints of Medium Orchid #C044CD
RGB
CMYK
RGB Variations
Color information
#C044CD (or 0xC044CD) is known color: Medium Orchid. HEX triplet: C0, 44 and CD. RGB value is (192,68,205). Sum of RGB (Red+Green+Blue) = 192+68+205=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C044CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044CD is #3FBB32. Grayscale: #787878. Windows color (decimal): -4176691 or 13452480. OLE color: 13452480.
HSL color Cylindrical-coordinate representation of color #C044CD: hue angle of 294.31º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C044CD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 68 | 205 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.20 |
| HSL | 294.31º | 0.58% | 0.54% | - |
| HSV(B) | 294.31º | 0.67% | 0.8% | - |
| XYZ | 34.82 | 19.75 | 59.73 | - |
| YUV | 120.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 205 | 0.06 | 0.67 | 0 | 0.20 | 294.31 | 0.58 | 0.54 |
| Hex | C0 | 44 | CD | 6 | 43 | 0 | 14 | 126 | 3A | 36 |
| Octal | 300 | 104 | 315 | 6 | 103 | 0 | 24 | 446 | 72 | 66 |
| Binary | 11000000 | 1000100 | 11001101 | 110 | 1000011 | 0 | 10100 | 100100110 | 111010 | 110110 |
Color Harmonies of #C044CD
Complementary color
Monochromatic Colors of #C044CD
Black with #C044CD
Text Example
Text Example
White with #C044CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044CD; }
p { color: rgb(192,68,205); }
H1.HeaderClassName
{
color: #C044CD;
}
.AnyTagClassName
{
color: #C044CD;
}
</style>
background-color css
<style>
a { background-color: #C044CD; }
a { background-color: rgb(192,68,205); }
div.DivClassName
{
background-color: #C044CD;
}
.BgClassName
{
background-color: #C044CD;
}
</style>
border-color css
<style>
span { border-color: #C044CD; }
span { border-color: rgb(192,68,205); }
td.TdClassName
{
border-color: #C044CD;
}
.TagClassName
{
border-color: #C044CD;
}
</style>