Shades of Medium Orchid #C440FF
Tints of Medium Orchid #C440FF
RGB
CMYK
RGB Variations
Color information
#C440FF (or 0xC440FF) is known color: Medium Orchid. HEX triplet: C4, 40 and FF. RGB value is (196,64,255). Sum of RGB (Red+Green+Blue) = 196+64+255=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #C440FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440FF is #3BBF00. Grayscale: #7C7C7C. Windows color (decimal): -3915521 or 16728260. OLE color: 16728260.
HSL color Cylindrical-coordinate representation of color #C440FF: hue angle of 281.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C440FF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 64 | 255 | - |
| CMYK | 0.23 | 0.75 | 0 | 0 |
| HSL | 281.47º | 1% | 0.63% | - |
| HSV(B) | 281.47º | 0.75% | 1% | - |
| XYZ | 42.65 | 22.62 | 96.73 | - |
| YUV | 125.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 255 | 0.23 | 0.75 | 0 | 0 | 281.47 | 1 | 0.63 |
| Hex | C4 | 40 | FF | 17 | 4B | 0 | 0 | 119 | 64 | 3F |
| Octal | 304 | 100 | 377 | 27 | 113 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000100 | 1000000 | 11111111 | 10111 | 1001011 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C440FF
Complementary color
Monochromatic Colors of #C440FF
Black with #C440FF
Text Example
Text Example
White with #C440FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440FF; }
p { color: rgb(196,64,255); }
H1.HeaderClassName
{
color: #C440FF;
}
.AnyTagClassName
{
color: #C440FF;
}
</style>
background-color css
<style>
a { background-color: #C440FF; }
a { background-color: rgb(196,64,255); }
div.DivClassName
{
background-color: #C440FF;
}
.BgClassName
{
background-color: #C440FF;
}
</style>
border-color css
<style>
span { border-color: #C440FF; }
span { border-color: rgb(196,64,255); }
td.TdClassName
{
border-color: #C440FF;
}
.TagClassName
{
border-color: #C440FF;
}
</style>