Shades of Medium Orchid #C044CF
Tints of Medium Orchid #C044CF
RGB
CMYK
RGB Variations
Color information
#C044CF (or 0xC044CF) is known color: Medium Orchid. HEX triplet: C0, 44 and CF. RGB value is (192,68,207). Sum of RGB (Red+Green+Blue) = 192+68+207=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #C044CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044CF is #3FBB30. Grayscale: #787878. Windows color (decimal): -4176689 or 13583552. OLE color: 13583552.
HSL color Cylindrical-coordinate representation of color #C044CF: hue angle of 293.53º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C044CF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 68 | 207 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.19 |
| HSL | 293.53º | 0.59% | 0.54% | - |
| HSV(B) | 293.53º | 0.67% | 0.81% | - |
| XYZ | 35.07 | 19.85 | 61.01 | - |
| YUV | 120.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 207 | 0.07 | 0.67 | 0 | 0.19 | 293.53 | 0.59 | 0.54 |
| Hex | C0 | 44 | CF | 7 | 43 | 0 | 13 | 126 | 3B | 36 |
| Octal | 300 | 104 | 317 | 7 | 103 | 0 | 23 | 446 | 73 | 66 |
| Binary | 11000000 | 1000100 | 11001111 | 111 | 1000011 | 0 | 10011 | 100100110 | 111011 | 110110 |
Color Harmonies of #C044CF
Complementary color
Monochromatic Colors of #C044CF
Black with #C044CF
Text Example
Text Example
White with #C044CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044CF; }
p { color: rgb(192,68,207); }
H1.HeaderClassName
{
color: #C044CF;
}
.AnyTagClassName
{
color: #C044CF;
}
</style>
background-color css
<style>
a { background-color: #C044CF; }
a { background-color: rgb(192,68,207); }
div.DivClassName
{
background-color: #C044CF;
}
.BgClassName
{
background-color: #C044CF;
}
</style>
border-color css
<style>
span { border-color: #C044CF; }
span { border-color: rgb(192,68,207); }
td.TdClassName
{
border-color: #C044CF;
}
.TagClassName
{
border-color: #C044CF;
}
</style>