Shades of Medium Orchid #C44FFC
Tints of Medium Orchid #C44FFC
RGB
CMYK
RGB Variations
Color information
#C44FFC (or 0xC44FFC) is known color: Medium Orchid. HEX triplet: C4, 4F and FC. RGB value is (196,79,252). Sum of RGB (Red+Green+Blue) = 196+79+252=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C44FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FFC is #3BB003. Grayscale: #858585. Windows color (decimal): -3911684 or 16535492. OLE color: 16535492.
HSL color Cylindrical-coordinate representation of color #C44FFC: hue angle of 280.58º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44FFC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 79 | 252 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.01 |
| HSL | 280.58º | 0.97% | 0.65% | - |
| HSV(B) | 280.58º | 0.69% | 0.99% | - |
| XYZ | 43.13 | 24.36 | 94.52 | - |
| YUV | 133.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 252 | 0.22 | 0.69 | 0 | 0.01 | 280.58 | 0.97 | 0.65 |
| Hex | C4 | 4F | FC | 16 | 45 | 0 | 1 | 119 | 61 | 41 |
| Octal | 304 | 117 | 374 | 26 | 105 | 0 | 1 | 431 | 141 | 101 |
| Binary | 11000100 | 1001111 | 11111100 | 10110 | 1000101 | 0 | 1 | 100011001 | 1100001 | 1000001 |
Color Harmonies of #C44FFC
Complementary color
Monochromatic Colors of #C44FFC
Black with #C44FFC
Text Example
Text Example
White with #C44FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FFC; }
p { color: rgb(196,79,252); }
H1.HeaderClassName
{
color: #C44FFC;
}
.AnyTagClassName
{
color: #C44FFC;
}
</style>
background-color css
<style>
a { background-color: #C44FFC; }
a { background-color: rgb(196,79,252); }
div.DivClassName
{
background-color: #C44FFC;
}
.BgClassName
{
background-color: #C44FFC;
}
</style>
border-color css
<style>
span { border-color: #C44FFC; }
span { border-color: rgb(196,79,252); }
td.TdClassName
{
border-color: #C44FFC;
}
.TagClassName
{
border-color: #C44FFC;
}
</style>