Shades of Medium Orchid #C240FE
Tints of Medium Orchid #C240FE
RGB
CMYK
RGB Variations
Color information
#C240FE (or 0xC240FE) is known color: Medium Orchid. HEX triplet: C2, 40 and FE. RGB value is (194,64,254). Sum of RGB (Red+Green+Blue) = 194+64+254=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #C240FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C240FE is #3DBF01. Grayscale: #7B7B7B. Windows color (decimal): -4046594 or 16662722. OLE color: 16662722.
HSL color Cylindrical-coordinate representation of color #C240FE: hue angle of 281.05º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C240FE is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 64 | 254 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.00 |
| HSL | 281.05º | 0.99% | 0.62% | - |
| HSV(B) | 281.05º | 0.75% | 1% | - |
| XYZ | 41.97 | 22.29 | 95.86 | - |
| YUV | 124.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 254 | 0.24 | 0.75 | 0 | 0.00 | 281.05 | 0.99 | 0.62 |
| Hex | C2 | 40 | FE | 18 | 4B | 0 | 0 | 119 | 63 | 3E |
| Octal | 302 | 100 | 376 | 30 | 113 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000010 | 1000000 | 11111110 | 11000 | 1001011 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C240FE
Complementary color
Monochromatic Colors of #C240FE
Black with #C240FE
Text Example
Text Example
White with #C240FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240FE; }
p { color: rgb(194,64,254); }
H1.HeaderClassName
{
color: #C240FE;
}
.AnyTagClassName
{
color: #C240FE;
}
</style>
background-color css
<style>
a { background-color: #C240FE; }
a { background-color: rgb(194,64,254); }
div.DivClassName
{
background-color: #C240FE;
}
.BgClassName
{
background-color: #C240FE;
}
</style>
border-color css
<style>
span { border-color: #C240FE; }
span { border-color: rgb(194,64,254); }
td.TdClassName
{
border-color: #C240FE;
}
.TagClassName
{
border-color: #C240FE;
}
</style>