Shades of Medium Orchid #C44DFD
Tints of Medium Orchid #C44DFD
RGB
CMYK
RGB Variations
Color information
#C44DFD (or 0xC44DFD) is known color: Medium Orchid. HEX triplet: C4, 4D and FD. RGB value is (196,77,253). Sum of RGB (Red+Green+Blue) = 196+77+253=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #C44DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFD is #3BB202. Grayscale: #848484. Windows color (decimal): -3912195 or 16600516. OLE color: 16600516.
HSL color Cylindrical-coordinate representation of color #C44DFD: hue angle of 280.57º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44DFD is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 77 | 253 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.01 |
| HSL | 280.57º | 0.98% | 0.65% | - |
| HSV(B) | 280.57º | 0.7% | 0.99% | - |
| XYZ | 43.15 | 24.14 | 95.31 | - |
| YUV | 132.65 | 195.92 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 253 | 0.23 | 0.70 | 0 | 0.01 | 280.57 | 0.98 | 0.65 |
| Hex | C4 | 4D | FD | 17 | 46 | 0 | 1 | 119 | 62 | 41 |
| Octal | 304 | 115 | 375 | 27 | 106 | 0 | 1 | 431 | 142 | 101 |
| Binary | 11000100 | 1001101 | 11111101 | 10111 | 1000110 | 0 | 1 | 100011001 | 1100010 | 1000001 |
Color Harmonies of #C44DFD
Complementary color
Monochromatic Colors of #C44DFD
Black with #C44DFD
Text Example
Text Example
White with #C44DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DFD; }
p { color: rgb(196,77,253); }
H1.HeaderClassName
{
color: #C44DFD;
}
.AnyTagClassName
{
color: #C44DFD;
}
</style>
background-color css
<style>
a { background-color: #C44DFD; }
a { background-color: rgb(196,77,253); }
div.DivClassName
{
background-color: #C44DFD;
}
.BgClassName
{
background-color: #C44DFD;
}
</style>
border-color css
<style>
span { border-color: #C44DFD; }
span { border-color: rgb(196,77,253); }
td.TdClassName
{
border-color: #C44DFD;
}
.TagClassName
{
border-color: #C44DFD;
}
</style>