Shades of Medium Orchid #C440F6
Tints of Medium Orchid #C440F6
RGB
CMYK
RGB Variations
Color information
#C440F6 (or 0xC440F6) is known color: Medium Orchid. HEX triplet: C4, 40 and F6. RGB value is (196,64,246). Sum of RGB (Red+Green+Blue) = 196+64+246=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #C440F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440F6 is #3BBF09. Grayscale: #7B7B7B. Windows color (decimal): -3915530 or 16138436. OLE color: 16138436.
HSL color Cylindrical-coordinate representation of color #C440F6: hue angle of 283.52º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C440F6 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 64 | 246 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.04 |
| HSL | 283.52º | 0.91% | 0.61% | - |
| HSV(B) | 283.52º | 0.74% | 0.96% | - |
| XYZ | 41.23 | 22.06 | 89.27 | - |
| YUV | 124.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 246 | 0.20 | 0.74 | 0 | 0.04 | 283.52 | 0.91 | 0.61 |
| Hex | C4 | 40 | F6 | 14 | 4A | 0 | 4 | 11C | 5B | 3D |
| Octal | 304 | 100 | 366 | 24 | 112 | 0 | 4 | 434 | 133 | 75 |
| Binary | 11000100 | 1000000 | 11110110 | 10100 | 1001010 | 0 | 100 | 100011100 | 1011011 | 111101 |
Color Harmonies of #C440F6
Complementary color
Monochromatic Colors of #C440F6
Black with #C440F6
Text Example
Text Example
White with #C440F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440F6; }
p { color: rgb(196,64,246); }
H1.HeaderClassName
{
color: #C440F6;
}
.AnyTagClassName
{
color: #C440F6;
}
</style>
background-color css
<style>
a { background-color: #C440F6; }
a { background-color: rgb(196,64,246); }
div.DivClassName
{
background-color: #C440F6;
}
.BgClassName
{
background-color: #C440F6;
}
</style>
border-color css
<style>
span { border-color: #C440F6; }
span { border-color: rgb(196,64,246); }
td.TdClassName
{
border-color: #C440F6;
}
.TagClassName
{
border-color: #C440F6;
}
</style>