Shades of Medium Orchid #C240FF
Tints of Medium Orchid #C240FF
RGB
CMYK
RGB Variations
Color information
#C240FF (or 0xC240FF) is known color: Medium Orchid. HEX triplet: C2, 40 and FF. RGB value is (194,64,255). Sum of RGB (Red+Green+Blue) = 194+64+255=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C240FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C240FF is #3DBF00. Grayscale: #7C7C7C. Windows color (decimal): -4046593 or 16728258. OLE color: 16728258.
HSL color Cylindrical-coordinate representation of color #C240FF: hue angle of 280.84º 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 #C240FF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 64 | 255 | - |
| CMYK | 0.24 | 0.75 | 0 | 0 |
| HSL | 280.84º | 1% | 0.63% | - |
| HSV(B) | 280.84º | 0.75% | 1% | - |
| XYZ | 42.13 | 22.36 | 96.7 | - |
| YUV | 124.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 255 | 0.24 | 0.75 | 0 | 0 | 280.84 | 1 | 0.63 |
| Hex | C2 | 40 | FF | 18 | 4B | 0 | 0 | 119 | 64 | 3F |
| Octal | 302 | 100 | 377 | 30 | 113 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000010 | 1000000 | 11111111 | 11000 | 1001011 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C240FF
Complementary color
Monochromatic Colors of #C240FF
Black with #C240FF
Text Example
Text Example
White with #C240FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240FF; }
p { color: rgb(194,64,255); }
H1.HeaderClassName
{
color: #C240FF;
}
.AnyTagClassName
{
color: #C240FF;
}
</style>
background-color css
<style>
a { background-color: #C240FF; }
a { background-color: rgb(194,64,255); }
div.DivClassName
{
background-color: #C240FF;
}
.BgClassName
{
background-color: #C240FF;
}
</style>
border-color css
<style>
span { border-color: #C240FF; }
span { border-color: rgb(194,64,255); }
td.TdClassName
{
border-color: #C240FF;
}
.TagClassName
{
border-color: #C240FF;
}
</style>