Shades of Medium Orchid #C04FFE
Tints of Medium Orchid #C04FFE
RGB
CMYK
RGB Variations
Color information
#C04FFE (or 0xC04FFE) is known color: Medium Orchid. HEX triplet: C0, 4F and FE. RGB value is (192,79,254). Sum of RGB (Red+Green+Blue) = 192+79+254=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #C04FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FFE is #3FB001. Grayscale: #848484. Windows color (decimal): -4173826 or 16666560. OLE color: 16666560.
HSL color Cylindrical-coordinate representation of color #C04FFE: hue angle of 278.74º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04FFE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 79 | 254 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.00 |
| HSL | 278.74º | 0.99% | 0.65% | - |
| HSV(B) | 278.74º | 0.69% | 1% | - |
| XYZ | 42.42 | 23.95 | 96.15 | - |
| YUV | 132.74 | 196.44 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 254 | 0.24 | 0.69 | 0 | 0.00 | 278.74 | 0.99 | 0.65 |
| Hex | C0 | 4F | FE | 18 | 45 | 0 | 0 | 117 | 63 | 41 |
| Octal | 300 | 117 | 376 | 30 | 105 | 0 | 0 | 427 | 143 | 101 |
| Binary | 11000000 | 1001111 | 11111110 | 11000 | 1000101 | 0 | 0 | 100010111 | 1100011 | 1000001 |
Color Harmonies of #C04FFE
Complementary color
Monochromatic Colors of #C04FFE
Black with #C04FFE
Text Example
Text Example
White with #C04FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FFE; }
p { color: rgb(192,79,254); }
H1.HeaderClassName
{
color: #C04FFE;
}
.AnyTagClassName
{
color: #C04FFE;
}
</style>
background-color css
<style>
a { background-color: #C04FFE; }
a { background-color: rgb(192,79,254); }
div.DivClassName
{
background-color: #C04FFE;
}
.BgClassName
{
background-color: #C04FFE;
}
</style>
border-color css
<style>
span { border-color: #C04FFE; }
span { border-color: rgb(192,79,254); }
td.TdClassName
{
border-color: #C04FFE;
}
.TagClassName
{
border-color: #C04FFE;
}
</style>