Shades of Medium Orchid #C04FFD
Tints of Medium Orchid #C04FFD
RGB
CMYK
RGB Variations
Color information
#C04FFD (or 0xC04FFD) is known color: Medium Orchid. HEX triplet: C0, 4F and FD. RGB value is (192,79,253). Sum of RGB (Red+Green+Blue) = 192+79+253=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #C04FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FFD is #3FB002. Grayscale: #848484. Windows color (decimal): -4173827 or 16601024. OLE color: 16601024.
HSL color Cylindrical-coordinate representation of color #C04FFD: hue angle of 278.97º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04FFD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 79 | 253 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.01 |
| HSL | 278.97º | 0.98% | 0.65% | - |
| HSV(B) | 278.97º | 0.69% | 0.99% | - |
| XYZ | 42.26 | 23.89 | 95.31 | - |
| YUV | 132.62 | 195.94 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 253 | 0.24 | 0.69 | 0 | 0.01 | 278.97 | 0.98 | 0.65 |
| Hex | C0 | 4F | FD | 18 | 45 | 0 | 1 | 117 | 62 | 41 |
| Octal | 300 | 117 | 375 | 30 | 105 | 0 | 1 | 427 | 142 | 101 |
| Binary | 11000000 | 1001111 | 11111101 | 11000 | 1000101 | 0 | 1 | 100010111 | 1100010 | 1000001 |
Color Harmonies of #C04FFD
Complementary color
Monochromatic Colors of #C04FFD
Black with #C04FFD
Text Example
Text Example
White with #C04FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FFD; }
p { color: rgb(192,79,253); }
H1.HeaderClassName
{
color: #C04FFD;
}
.AnyTagClassName
{
color: #C04FFD;
}
</style>
background-color css
<style>
a { background-color: #C04FFD; }
a { background-color: rgb(192,79,253); }
div.DivClassName
{
background-color: #C04FFD;
}
.BgClassName
{
background-color: #C04FFD;
}
</style>
border-color css
<style>
span { border-color: #C04FFD; }
span { border-color: rgb(192,79,253); }
td.TdClassName
{
border-color: #C04FFD;
}
.TagClassName
{
border-color: #C04FFD;
}
</style>