Shades of Medium Orchid #C04FFB
Tints of Medium Orchid #C04FFB
RGB
CMYK
RGB Variations
Color information
#C04FFB (or 0xC04FFB) is known color: Medium Orchid. HEX triplet: C0, 4F and FB. RGB value is (192,79,251). Sum of RGB (Red+Green+Blue) = 192+79+251=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #C04FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FFB is #3FB004. Grayscale: #838383. Windows color (decimal): -4173829 or 16469952. OLE color: 16469952.
HSL color Cylindrical-coordinate representation of color #C04FFB: hue angle of 279.42º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04FFB is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 79 | 251 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.02 |
| HSL | 279.42º | 0.96% | 0.65% | - |
| HSV(B) | 279.42º | 0.69% | 0.98% | - |
| XYZ | 41.95 | 23.76 | 93.64 | - |
| YUV | 132.4 | 194.94 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 251 | 0.24 | 0.69 | 0 | 0.02 | 279.42 | 0.96 | 0.65 |
| Hex | C0 | 4F | FB | 18 | 45 | 0 | 2 | 117 | 60 | 41 |
| Octal | 300 | 117 | 373 | 30 | 105 | 0 | 2 | 427 | 140 | 101 |
| Binary | 11000000 | 1001111 | 11111011 | 11000 | 1000101 | 0 | 10 | 100010111 | 1100000 | 1000001 |
Color Harmonies of #C04FFB
Complementary color
Monochromatic Colors of #C04FFB
Black with #C04FFB
Text Example
Text Example
White with #C04FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FFB; }
p { color: rgb(192,79,251); }
H1.HeaderClassName
{
color: #C04FFB;
}
.AnyTagClassName
{
color: #C04FFB;
}
</style>
background-color css
<style>
a { background-color: #C04FFB; }
a { background-color: rgb(192,79,251); }
div.DivClassName
{
background-color: #C04FFB;
}
.BgClassName
{
background-color: #C04FFB;
}
</style>
border-color css
<style>
span { border-color: #C04FFB; }
span { border-color: rgb(192,79,251); }
td.TdClassName
{
border-color: #C04FFB;
}
.TagClassName
{
border-color: #C04FFB;
}
</style>