Shades of Medium Orchid #C044FD
Tints of Medium Orchid #C044FD
RGB
CMYK
RGB Variations
Color information
#C044FD (or 0xC044FD) is known color: Medium Orchid. HEX triplet: C0, 44 and FD. RGB value is (192,68,253). Sum of RGB (Red+Green+Blue) = 192+68+253=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 68 (26.95% from 255 or 13.26% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #C044FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044FD is #3FBB02. Grayscale: #7D7D7D. Windows color (decimal): -4176643 or 16598208. OLE color: 16598208.
HSL color Cylindrical-coordinate representation of color #C044FD: hue angle of 280.22º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C044FD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 68 | 253 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.01 |
| HSL | 280.22º | 0.98% | 0.63% | - |
| HSV(B) | 280.22º | 0.73% | 0.99% | - |
| XYZ | 41.53 | 22.43 | 95.07 | - |
| YUV | 126.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 253 | 0.24 | 0.73 | 0 | 0.01 | 280.22 | 0.98 | 0.63 |
| Hex | C0 | 44 | FD | 18 | 49 | 0 | 1 | 118 | 62 | 3F |
| Octal | 300 | 104 | 375 | 30 | 111 | 0 | 1 | 430 | 142 | 77 |
| Binary | 11000000 | 1000100 | 11111101 | 11000 | 1001001 | 0 | 1 | 100011000 | 1100010 | 111111 |
Color Harmonies of #C044FD
Complementary color
Monochromatic Colors of #C044FD
Black with #C044FD
Text Example
Text Example
White with #C044FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044FD; }
p { color: rgb(192,68,253); }
H1.HeaderClassName
{
color: #C044FD;
}
.AnyTagClassName
{
color: #C044FD;
}
</style>
background-color css
<style>
a { background-color: #C044FD; }
a { background-color: rgb(192,68,253); }
div.DivClassName
{
background-color: #C044FD;
}
.BgClassName
{
background-color: #C044FD;
}
</style>
border-color css
<style>
span { border-color: #C044FD; }
span { border-color: rgb(192,68,253); }
td.TdClassName
{
border-color: #C044FD;
}
.TagClassName
{
border-color: #C044FD;
}
</style>