Shades of Medium Orchid #C440FD
Tints of Medium Orchid #C440FD
RGB
CMYK
RGB Variations
Color information
#C440FD (or 0xC440FD) is known color: Medium Orchid. HEX triplet: C4, 40 and FD. RGB value is (196,64,253). Sum of RGB (Red+Green+Blue) = 196+64+253=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 64 (25.39% from 255 or 12.48% 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 #C440FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440FD is #3BBF02. Grayscale: #7C7C7C. Windows color (decimal): -3915523 or 16597188. OLE color: 16597188.
HSL color Cylindrical-coordinate representation of color #C440FD: hue angle of 281.9º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C440FD is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 64 | 253 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 281.9º | 0.98% | 0.62% | - |
| HSV(B) | 281.9º | 0.75% | 0.99% | - |
| XYZ | 42.33 | 22.49 | 95.04 | - |
| YUV | 125.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 253 | 0.23 | 0.75 | 0 | 0.01 | 281.9 | 0.98 | 0.62 |
| Hex | C4 | 40 | FD | 17 | 4B | 0 | 1 | 11A | 62 | 3E |
| Octal | 304 | 100 | 375 | 27 | 113 | 0 | 1 | 432 | 142 | 76 |
| Binary | 11000100 | 1000000 | 11111101 | 10111 | 1001011 | 0 | 1 | 100011010 | 1100010 | 111110 |
Color Harmonies of #C440FD
Complementary color
Monochromatic Colors of #C440FD
Black with #C440FD
Text Example
Text Example
White with #C440FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440FD; }
p { color: rgb(196,64,253); }
H1.HeaderClassName
{
color: #C440FD;
}
.AnyTagClassName
{
color: #C440FD;
}
</style>
background-color css
<style>
a { background-color: #C440FD; }
a { background-color: rgb(196,64,253); }
div.DivClassName
{
background-color: #C440FD;
}
.BgClassName
{
background-color: #C440FD;
}
</style>
border-color css
<style>
span { border-color: #C440FD; }
span { border-color: rgb(196,64,253); }
td.TdClassName
{
border-color: #C440FD;
}
.TagClassName
{
border-color: #C440FD;
}
</style>